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

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