public class com.oracle.truffle.api.dsl.test.TypeBoxingTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.TypeBoxingTest
  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.TypeBoxingTest this
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/TypeBoxingTest;

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

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

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

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

  public void testTypeBoxing31();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest this
         0: .line 160
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTypeBoxingTest3NodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/TypeBoxingTest;
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "TypeBoxingTest.java"
NestMembers:
  com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode  com.oracle.truffle.api.dsl.test.TypeBoxingTest$TestNode  com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest1  com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest2  com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest3  com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTypeSystem
InnerClasses:
  ConstantNode = com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode of com.oracle.truffle.api.dsl.test.TypeBoxingTest
  abstract TestNode = com.oracle.truffle.api.dsl.test.TypeBoxingTest$TestNode of com.oracle.truffle.api.dsl.test.TypeBoxingTest
  abstract TypeBoxingTest1 = com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest1 of com.oracle.truffle.api.dsl.test.TypeBoxingTest
  abstract TypeBoxingTest2 = com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest2 of com.oracle.truffle.api.dsl.test.TypeBoxingTest
  abstract TypeBoxingTest3 = com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest3 of com.oracle.truffle.api.dsl.test.TypeBoxingTest
  TypeBoxingTypeSystem = com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTypeSystem of com.oracle.truffle.api.dsl.test.TypeBoxingTest