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

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