class com.oracle.truffle.api.library.test.AcceptsTest$ErrorAccepts1
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.AcceptsTest$ErrorAccepts1
  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.library.test.AcceptsTest$ErrorAccepts1 this
         0: .line 153
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.AcceptsTest$ErrorAccepts1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/AcceptsTest$ErrorAccepts1;

  static boolean accepts(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object receiver
         0: .line 159
            iconst_1
            ireturn
        end local 0 // java.lang.Object receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.test.ExpectError(value = {"Invalid parameter type. Expected 'ErrorAccepts1' but was 'Object'. %"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.test.ExpectError(value = {"Invalid parameter type. Expected 'ErrorAccepts1' but was 'Object'. %"})
    MethodParameters:
          Name  Flags
      receiver  

  java.lang.String m0();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.AcceptsTest$ErrorAccepts1 this
         0: .line 164
            ldc "InvalidAccepts1_m0"
            areturn
        end local 0 // com.oracle.truffle.api.library.test.AcceptsTest$ErrorAccepts1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/AcceptsTest$ErrorAccepts1;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "AcceptsTest.java"
NestHost: com.oracle.truffle.api.library.test.AcceptsTest
InnerClasses:
  ErrorAccepts1 = com.oracle.truffle.api.library.test.AcceptsTest$ErrorAccepts1 of com.oracle.truffle.api.library.test.AcceptsTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/AcceptsTest$AcceptsTestLibrary;)