We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5650ed4 commit 0b4f879Copy full SHA for 0b4f879
1 file changed
asm/src/main/java/org/objectweb/asm/Opcodes.java
@@ -293,6 +293,11 @@ public interface Opcodes {
293
int V24 = 0 << 16 | 68;
294
int V25 = 0 << 16 | 69;
295
int V26 = 0 << 16 | 70;
296
+ int V27 = 0 << 16 | 71;
297
+ int V28 = 0 << 16 | 72;
298
+ int V29 = 0 << 16 | 73;
299
+ int V30 = 0 << 16 | 74;
300
+ int V31 = 0 << 16 | 75;
301
302
/**
303
* Version flag indicating that the class is using 'preview' features.
0 commit comments