public class com.oracle.truffle.api.dsl.test.TypeSystemErrorsTest$CastError1
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.TypeSystemErrorsTest$CastError1
  super_class: java.lang.Object
{
  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.TypeSystemErrorsTest$CastError1 this
         0: .line 110
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.TypeSystemErrorsTest$CastError1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/TypeSystemErrorsTest$CastError1;

  public static java.lang.String asInteger(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object value
         0: .line 114
            aload 0 /* value */
            checkcast java.lang.String
            areturn
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"The provided return type \"String\" does not match expected return type \"int\".%"})
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeCast(value = I)
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"The provided return type \"String\" does not match expected return type \"int\".%"})
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "TypeSystemErrorsTest.java"
NestHost: com.oracle.truffle.api.dsl.test.TypeSystemErrorsTest
InnerClasses:
  public CastError1 = com.oracle.truffle.api.dsl.test.TypeSystemErrorsTest$CastError1 of com.oracle.truffle.api.dsl.test.TypeSystemErrorsTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeSystem(value = {I})