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

  java.lang.String do1(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$ErrorNullIntComparison1 this
        start local 1 // int value
         0: .line 119
            ldc "do1"
            areturn
        end local 1 // int value
        end local 0 // com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$ErrorNullIntComparison1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/NullLiteralGuardsTest$ErrorNullIntComparison1;
            0    1     1  value  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Error parsing expression 'value == null': Incompatible operand types int and null."})
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == null"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Error parsing expression 'value == null': Incompatible operand types int and null."})
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "NullLiteralGuardsTest.java"
NestHost: com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest
InnerClasses:
  abstract ErrorNullIntComparison1 = com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$ErrorNullIntComparison1 of com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest
  public abstract ChildrenNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ChildrenNode of com.oracle.truffle.api.dsl.test.TypeSystemTest