public class org.graalvm.compiler.jtt.bytecode.BC_checkcast03 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.bytecode.BC_checkcast03
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  static org.graalvm.compiler.jtt.bytecode.BC_checkcast03$TestClass[] a1;
    descriptor: [Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast03$TestClass;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 47
            iconst_1
            anewarray org.graalvm.compiler.jtt.bytecode.BC_checkcast03$TestClass
            dup
            iconst_0
            new org.graalvm.compiler.jtt.bytecode.BC_checkcast03$TestClass
            dup
            invokespecial org.graalvm.compiler.jtt.bytecode.BC_checkcast03$TestClass.<init>:()V
            aastore
            putstatic org.graalvm.compiler.jtt.bytecode.BC_checkcast03.a1:[Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast03$TestClass;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.bytecode.BC_checkcast03 this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.bytecode.BC_checkcast03 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast03;

  public static org.graalvm.compiler.jtt.bytecode.BC_checkcast03$BaseClass[] getBaseClassArray();
    descriptor: ()[Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast03$BaseClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 50
            getstatic org.graalvm.compiler.jtt.bytecode.BC_checkcast03.a1:[Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast03$TestClass;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.graalvm.compiler.jtt.bytecode.BC_checkcast03$IObject[] test();
    descriptor: ()[Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast03$IObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 54
            invokestatic org.graalvm.compiler.jtt.bytecode.BC_checkcast03.getBaseClassArray:()[Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast03$BaseClass;
            checkcast org.graalvm.compiler.jtt.bytecode.BC_checkcast03$IObject[]
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.bytecode.BC_checkcast03 this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.bytecode.BC_checkcast03 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast03;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "BC_checkcast03.java"
NestMembers:
  org.graalvm.compiler.jtt.bytecode.BC_checkcast03$BaseClass  org.graalvm.compiler.jtt.bytecode.BC_checkcast03$IObject  org.graalvm.compiler.jtt.bytecode.BC_checkcast03$TestClass
InnerClasses:
  private BaseClass = org.graalvm.compiler.jtt.bytecode.BC_checkcast03$BaseClass of org.graalvm.compiler.jtt.bytecode.BC_checkcast03
  public abstract IObject = org.graalvm.compiler.jtt.bytecode.BC_checkcast03$IObject of org.graalvm.compiler.jtt.bytecode.BC_checkcast03
  private TestClass = org.graalvm.compiler.jtt.bytecode.BC_checkcast03$TestClass of org.graalvm.compiler.jtt.bytecode.BC_checkcast03