public abstract class com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextInvalidParametersNode extends com.oracle.truffle.api.dsl.test.CachedContextTest$TestBaseNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextInvalidParametersNode
  super_class: com.oracle.truffle.api.dsl.test.CachedContextTest$TestBaseNode
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextInvalidParametersNode this
         0: .line 514
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.CachedContextTest$TestBaseNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextInvalidParametersNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextInvalidParametersNode;

  java.lang.Object doSomething(com.oracle.truffle.api.TruffleLanguage$Env);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$Env;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextInvalidParametersNode this
        start local 1 // com.oracle.truffle.api.TruffleLanguage$Env ctx
         0: .line 519
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.TruffleLanguage$Env ctx
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextInvalidParametersNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextInvalidParametersNode;
            0    1     1   ctx  Lcom/oracle/truffle/api/TruffleLanguage$Env;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Method signature (Env) does not match to the expected signature: %"})
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Method signature (Env) does not match to the expected signature: %"})
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.CachedContext(value = Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextTestLanguage;)
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "CachedContextTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedContextTest
InnerClasses:
  public final Env = com.oracle.truffle.api.TruffleLanguage$Env of com.oracle.truffle.api.TruffleLanguage
  public abstract CachedContextInvalidParametersNode = com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextInvalidParametersNode of com.oracle.truffle.api.dsl.test.CachedContextTest
  abstract TestBaseNode = com.oracle.truffle.api.dsl.test.CachedContextTest$TestBaseNode of com.oracle.truffle.api.dsl.test.CachedContextTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChild()