public class com.oracle.truffle.api.object.dsl.test.InheritedShapePropertiesTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.object.dsl.test.InheritedShapePropertiesTest
  super_class: java.lang.Object
{
  private static final com.oracle.truffle.api.object.dsl.test.alternate_package.InheritedShapeBaseLayout BASE_LAYOUT;
    descriptor: Lcom/oracle/truffle/api/object/dsl/test/alternate_package/InheritedShapeBaseLayout;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final com.oracle.truffle.api.object.dsl.test.alternate_package.InheritedShapeTopLayout TOP_LAYOUT;
    descriptor: Lcom/oracle/truffle/api/object/dsl/test/alternate_package/InheritedShapeTopLayout;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.object.dsl.test.InheritedShapePropertiesTest this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.oracle.truffle.api.object.dsl.test.alternate_package.InheritedShapeBaseLayoutImpl cannot be resolved\n\tThe import com.oracle.truffle.api.object.dsl.test.alternate_package.InheritedShapeTopLayoutImpl cannot be resolved\n\tInheritedShapeBaseLayoutImpl cannot be resolved to a variable\n\tInheritedShapeTopLayoutImpl cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.object.dsl.test.InheritedShapePropertiesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/object/dsl/test/InheritedShapePropertiesTest;

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

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