public class org.graalvm.compiler.jtt.micro.InvokeInterface_02 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.micro.InvokeInterface_02
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_02 this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_02;

  public static int test(org.graalvm.compiler.jtt.micro.InvokeInterface_02$I, int);
    descriptor: (Lorg/graalvm/compiler/jtt/micro/InvokeInterface_02$I;I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_02$I i
        start local 1 // int a
         0: .line 95
            aload 0 /* i */
            iload 1 /* a */
            invokeinterface org.graalvm.compiler.jtt.micro.InvokeInterface_02$I.plus:(I)I
            ireturn
        end local 1 // int a
        end local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_02$I i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_02$I;
            0    1     1     a  I
    MethodParameters:
      Name  Flags
      i     
      a     

  public void setUp();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_02 this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBefore cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_02;
    RuntimeInvisibleAnnotations: 
      Before()

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_02 this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_02 this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "InvokeInterface_02.java"
NestMembers:
  org.graalvm.compiler.jtt.micro.InvokeInterface_02$A  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C1  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C10  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C11  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C12  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C13  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C14  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C15  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C2  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C3  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C4  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C5  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C6  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C7  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C8  org.graalvm.compiler.jtt.micro.InvokeInterface_02$C9  org.graalvm.compiler.jtt.micro.InvokeInterface_02$I
InnerClasses:
  A = org.graalvm.compiler.jtt.micro.InvokeInterface_02$A of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C1 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C1 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C10 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C10 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C11 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C11 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C12 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C12 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C13 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C13 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C14 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C14 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C15 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C15 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C2 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C2 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C3 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C3 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C4 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C4 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C5 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C5 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C6 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C6 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C7 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C7 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C8 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C8 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  C9 = org.graalvm.compiler.jtt.micro.InvokeInterface_02$C9 of org.graalvm.compiler.jtt.micro.InvokeInterface_02
  abstract I = org.graalvm.compiler.jtt.micro.InvokeInterface_02$I of org.graalvm.compiler.jtt.micro.InvokeInterface_02