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

  java.lang.String m0(com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2);
    descriptor: (Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing2;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1 this
        start local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 lib
         0: .line 135
            aload 1 /* lib */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2.m0:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 lib
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibraryObject1;
            0    1     1   lib  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing2;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.library.CachedLibrary(value = "this")
    MethodParameters:
      Name  Flags
      lib   
}
SourceFile: "CachedLibrarySharingTest.java"
NestHost: com.oracle.truffle.api.library.test.CachedLibrarySharingTest
InnerClasses:
  public final LibraryObject1 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1 of com.oracle.truffle.api.library.test.CachedLibrarySharingTest
  M1 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1$M1 of com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
  public abstract LibrarySharing2 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 of com.oracle.truffle.api.library.test.CachedLibrarySharingTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)