public class com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/UnsupportedSpecializationTest;

  public void testUnsupported1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tUnsupported1Factory cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/UnsupportedSpecializationTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testUnsupportedNoChildNode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest this
         0: .line 83
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tUnsupportedNoChildNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/UnsupportedSpecializationTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "UnsupportedSpecializationTest.java"
NestMembers:
  com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest$Unsupported1  com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest$UnsupportedNoChildNode
InnerClasses:
  abstract Unsupported1 = com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest$Unsupported1 of com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest
  abstract UnsupportedNoChildNode = com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest$UnsupportedNoChildNode of com.oracle.truffle.api.dsl.test.UnsupportedSpecializationTest