class com.oracle.truffle.api.dsl.test.CachedTest$CachedError2 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.CachedTest$CachedError2
  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.CachedTest$CachedError2 this
         0: .line 967
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CachedTest$CachedError2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedTest$CachedError2;

  static int do1(int, int, int);
    descriptor: (III)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // int value
        start local 1 // int cachedValue1
        start local 2 // int cachedValue2
         0: .line 975
            iload 1 /* cachedValue1 */
            iload 2 /* cachedValue2 */
            iadd
            ireturn
        end local 2 // int cachedValue2
        end local 1 // int cachedValue1
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0         value  I
            0    1     1  cachedValue1  I
            0    1     2  cachedValue2  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"The initializer expression of parameter 'cachedValue1' binds uninitialized parameter 'cachedValue2. Reorder the parameters to resolve the problem."})
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"The initializer expression of parameter 'cachedValue1' binds uninitialized parameter 'cachedValue2. Reorder the parameters to resolve the problem."})
      2:
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "cachedValue2")
      2:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
              Name  Flags
      value         
      cachedValue1  
      cachedValue2  
}
SourceFile: "CachedTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedTest
InnerClasses:
  CachedError2 = com.oracle.truffle.api.dsl.test.CachedTest$CachedError2 of com.oracle.truffle.api.dsl.test.CachedTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChild()