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

  static long castLong(int);
    descriptor: (I)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int intValue
         0: .line 260
            iload 0 /* intValue */
            i2l
            lreturn
        end local 0 // int intValue
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  intValue  I
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.ImplicitCast()
    MethodParameters:
          Name  Flags
      intValue  

  static long castLong(boolean);
    descriptor: (Z)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // boolean intValue
         0: .line 265
            iload 0 /* intValue */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: i2l
            lreturn
        end local 0 // boolean intValue
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  intValue  Z
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.ImplicitCast()
    MethodParameters:
          Name  Flags
      intValue  
}
SourceFile: "ImplicitCastTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ImplicitCastTest
InnerClasses:
  ImplicitCast3Types = com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast3Types of com.oracle.truffle.api.dsl.test.ImplicitCastTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeSystem()