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

  static void foo(com.oracle.truffle.api.library.test.GenerateLibraryTest$ExportsGenericInterface<?>);
    descriptor: (Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$ExportsGenericInterface;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$ExportsGenericInterface receiver
         0: .line 395
            return
        end local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$ExportsGenericInterface receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$ExportsGenericInterface<*>;
    Signature: (Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$ExportsGenericInterface<*>;)V
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
          Name  Flags
      receiver  
}
SourceFile: "GenerateLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.GenerateLibraryTest
InnerClasses:
  abstract ExportsGenericInterface = com.oracle.truffle.api.library.test.GenerateLibraryTest$ExportsGenericInterface of com.oracle.truffle.api.library.test.GenerateLibraryTest
  public ExportsGenericInterfaceDefaultLibrary = com.oracle.truffle.api.library.test.GenerateLibraryTest$ExportsGenericInterfaceDefaultLibrary of com.oracle.truffle.api.library.test.GenerateLibraryTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$ExportsGenericInterfaceLibrary;, receiverType = Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$ExportsGenericInterface;)