public class org.graalvm.compiler.jtt.micro.InvokeInterface_01 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_01
  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_01 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_01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_01;

  public static int test(org.graalvm.compiler.jtt.micro.InvokeInterface_01$I, int);
    descriptor: (Lorg/graalvm/compiler/jtt/micro/InvokeInterface_01$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_01$I i
        start local 1 // int a
         0: .line 95
            aload 0 /* i */
            iload 1 /* a */
            invokeinterface org.graalvm.compiler.jtt.micro.InvokeInterface_01$I.plus:(I)I
            ireturn
        end local 1 // int a
        end local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_01$I i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_01$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_01 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_01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_01;
    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_01 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_01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_01;
    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_01 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_01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "InvokeInterface_01.java"
NestMembers:
  org.graalvm.compiler.jtt.micro.InvokeInterface_01$A  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C1  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C10  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C11  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C12  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C13  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C14  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C15  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C2  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C3  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C4  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C5  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C6  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C7  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C8  org.graalvm.compiler.jtt.micro.InvokeInterface_01$C9  org.graalvm.compiler.jtt.micro.InvokeInterface_01$I
InnerClasses:
  abstract A = org.graalvm.compiler.jtt.micro.InvokeInterface_01$A of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C1 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C1 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C10 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C10 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C11 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C11 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C12 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C12 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C13 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C13 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C14 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C14 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C15 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C15 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C2 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C2 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C3 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C3 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C4 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C4 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C5 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C5 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C6 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C6 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C7 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C7 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C8 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C8 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  C9 = org.graalvm.compiler.jtt.micro.InvokeInterface_01$C9 of org.graalvm.compiler.jtt.micro.InvokeInterface_01
  abstract I = org.graalvm.compiler.jtt.micro.InvokeInterface_01$I of org.graalvm.compiler.jtt.micro.InvokeInterface_01