Fix the version map, Map.put is called twice with the key V20 instead of one with V20 and one with V21.
This is something Map.of() detects but we will never use Map.of() given the backward compatibility requirements of ASM.
OW2con'23 June 14-15, 2023 - Paris-Châtillon | Program and free registration: https://www.ow2con.org/
Fix the version map, Map.put is called twice with the key V20 instead of one with V20 and one with V21.
This is something Map.of() detects but we will never use Map.of() given the backward compatibility requirements of ASM.