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

  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.DynamicDispatchTest$ErrorFinalDispatch1 this
         0: .line 286
            ldc "m0_non_final"
            areturn
        end local 0 // com.oracle.truffle.api.library.test.DynamicDispatchTest$ErrorFinalDispatch1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/DynamicDispatchTest$ErrorFinalDispatch1;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "DynamicDispatchTest.java"
NestHost: com.oracle.truffle.api.library.test.DynamicDispatchTest
InnerClasses:
  public abstract Repeat = com.oracle.truffle.api.library.ExportLibrary$Repeat of com.oracle.truffle.api.library.ExportLibrary
  final ErrorFinalDispatch1 = com.oracle.truffle.api.library.test.DynamicDispatchTest$ErrorFinalDispatch1 of com.oracle.truffle.api.library.test.DynamicDispatchTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.test.ExpectError(value = {"@ExportLibrary cannot be used for other libraries if the DynamicDispatchLibrary library is exported. %"})
      com.oracle.truffle.api.library.ExportLibrary$Repeat(value = {com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/DynamicDispatchTest$TestDispatchLibrary;), com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/DynamicDispatchLibrary;)})