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

  private static final com.oracle.truffle.api.object.dsl.test.IdentifierTest$IdentifierTestLayout LAYOUT;
    descriptor: Lcom/oracle/truffle/api/object/dsl/test/IdentifierTest$IdentifierTestLayout;
    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.IdentifierTest this
         0: .line 64
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIdentifierTestLayoutImpl 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.IdentifierTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/object/dsl/test/IdentifierTest;

  public void testContainsKey();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.object.dsl.test.IdentifierTest this
         0: .line 67
            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.IdentifierTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/object/dsl/test/IdentifierTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testHasProperty();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.object.dsl.test.IdentifierTest this
         0: .line 74
            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.IdentifierTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/object/dsl/test/IdentifierTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testGet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.object.dsl.test.IdentifierTest this
         0: .line 81
            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.IdentifierTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/object/dsl/test/IdentifierTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.object.dsl.test.IdentifierTest this
         0: .line 88
            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.IdentifierTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/object/dsl/test/IdentifierTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "IdentifierTest.java"
NestMembers:
  com.oracle.truffle.api.object.dsl.test.IdentifierTest$IdentifierTestLayout
InnerClasses:
  public abstract IdentifierTestLayout = com.oracle.truffle.api.object.dsl.test.IdentifierTest$IdentifierTestLayout of com.oracle.truffle.api.object.dsl.test.IdentifierTest