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

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

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

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