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

  private static void singleImplementorInterfaceSnippet1(org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface2);
    descriptor: (Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest$Interface2;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface2 i
         0: .line 62
            aload 0 /* i */
            invokeinterface org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface2.interfaceMethod:()V
         1: .line 63
            return
        end local 0 // org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface2 i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     i  Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest$Interface2;
    MethodParameters:
      Name  Flags
      i     

  private static void singleImplementorInterfaceSnippet2(org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface1);
    descriptor: (Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest$Interface1;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface1 i
         0: .line 68
            aload 0 /* i */
            invokeinterface org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface1.interfaceMethod:()V
         1: .line 69
            return
        end local 0 // org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface1 i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     i  Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest$Interface1;
    MethodParameters:
      Name  Flags
      i     

  public void testSingleImplementorInterfaceDevirtualization1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.SingleImplementorInterfaceTest this
         0: .line 71
            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.core.test.SingleImplementorInterfaceTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testSingleImplementorInterfaceDevirtualization2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.SingleImplementorInterfaceTest this
         0: .line 88
            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.core.test.SingleImplementorInterfaceTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testSingleImplementorInterfaceInlining1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.SingleImplementorInterfaceTest this
         0: .line 106
            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.core.test.SingleImplementorInterfaceTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testSingleImplementorInterfaceInlining2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.SingleImplementorInterfaceTest this
         0: .line 126
            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.core.test.SingleImplementorInterfaceTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "SingleImplementorInterfaceTest.java"
NestMembers:
  org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface0  org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface1  org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface2  org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$SingleImplementor1
InnerClasses:
  public abstract Interface0 = org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface0 of org.graalvm.compiler.core.test.SingleImplementorInterfaceTest
  public abstract Interface1 = org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface1 of org.graalvm.compiler.core.test.SingleImplementorInterfaceTest
  public abstract Interface2 = org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface2 of org.graalvm.compiler.core.test.SingleImplementorInterfaceTest
  public SingleImplementor1 = org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$SingleImplementor1 of org.graalvm.compiler.core.test.SingleImplementorInterfaceTest