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

  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.ExportSharingTest$TestSingletonCached this
         0: .line 93
            ldc "m0"
            areturn
        end local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSingletonCached this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestSingletonCached;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

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