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

  static int messageInt(com.oracle.truffle.api.library.test.GR21342Test$ThrowsUnexpectedLibraryReceiver, int);
    descriptor: (Lcom/oracle/truffle/api/library/test/GR21342Test$ThrowsUnexpectedLibraryReceiver;I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.GR21342Test$ThrowsUnexpectedLibraryReceiver receiver
        start local 1 // int cachedValue
         0: .line 81
            bipush 42
            ireturn
        end local 1 // int cachedValue
        end local 0 // com.oracle.truffle.api.library.test.GR21342Test$ThrowsUnexpectedLibraryReceiver receiver
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0     receiver  Lcom/oracle/truffle/api/library/test/GR21342Test$ThrowsUnexpectedLibraryReceiver;
            0    1     1  cachedValue  I
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "42")
    MethodParameters:
             Name  Flags
      receiver     
      cachedValue  
}
SourceFile: "GR21342Test.java"
NestHost: com.oracle.truffle.api.library.test.GR21342Test
InnerClasses:
  public ThrowsUnexpectedLibraryReceiver = com.oracle.truffle.api.library.test.GR21342Test$ThrowsUnexpectedLibraryReceiver of com.oracle.truffle.api.library.test.GR21342Test
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/GR21342Test$ThrowsUnexpectedLibrary;)