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

  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.BooleanLiteralGuardsTest$ErrorBooleanIntComparison1t this
        start local 1 // int value
         0: .line 109
            ldc "do1"
            areturn
        end local 1 // int value
        end local 0 // com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest$ErrorBooleanIntComparison1t this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/BooleanLiteralGuardsTest$ErrorBooleanIntComparison1t;
            0    1     1  value  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Error parsing expression 'value == true': Incompatible operand types int and boolean."})
      com.oracle.truffle.api.dsl.Specialization(guards = {"value == true"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Error parsing expression 'value == true': Incompatible operand types int and boolean."})
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "BooleanLiteralGuardsTest.java"
NestHost: com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest
InnerClasses:
  abstract ErrorBooleanIntComparison1t = com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest$ErrorBooleanIntComparison1t of com.oracle.truffle.api.dsl.test.BooleanLiteralGuardsTest
  public abstract ChildrenNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ChildrenNode of com.oracle.truffle.api.dsl.test.TypeSystemTest