class com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityType6 extends com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityType6
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityType6 this
         0: .line 144
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityType6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityType6;

  java.math.BigInteger do2(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)Ljava/math/BigInteger;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityType6 this
        start local 1 // java.math.BigInteger a
         0: .line 148
            aload 1 /* a */
            areturn
        end local 1 // java.math.BigInteger a
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityType6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityType6;
            0    1     1     a  Ljava/math/BigInteger;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     

  int do1(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityType6 this
        start local 1 // int a
         0: .line 154
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityType6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityType6;
            0    1     1     a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Specialization is not reachable. It is shadowed by do2(BigInteger)."})
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Specialization is not reachable. It is shadowed by do2(BigInteger)."})
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "ReachabilityTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ReachabilityTest
InnerClasses:
  ReachabilityType6 = com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityType6 of com.oracle.truffle.api.dsl.test.ReachabilityTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChildren(value = {com.oracle.truffle.api.dsl.NodeChild(value = "a")})