public abstract class com.oracle.truffle.api.library.test.GenerateLibraryTest$ErrorLibrary4 extends com.oracle.truffle.api.library.Library
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.library.test.GenerateLibraryTest$ErrorLibrary4
  super_class: com.oracle.truffle.api.library.Library
{
  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$ErrorLibrary4 this
         0: .line 240
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.Library.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$ErrorLibrary4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$ErrorLibrary4;

  public void bar(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$ErrorLibrary4 this
        start local 1 // java.lang.String a
         0: .line 243
            return
        end local 1 // java.lang.String a
        end local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$ErrorLibrary4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$ErrorLibrary4;
            0    1     1     a  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      a     

  public void baz(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$ErrorLibrary4 this
        start local 1 // java.lang.Integer a
         0: .line 248
            return
        end local 1 // java.lang.Integer a
        end local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$ErrorLibrary4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$ErrorLibrary4;
            0    1     1     a  Ljava/lang/Integer;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.test.ExpectError(value = {"Invalid first argument type Integer specified. The first argument of a library method must be of the same type for all methods. If this method is not intended to be a library message then add the private or final modifier to ignore it."})
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "GenerateLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.GenerateLibraryTest
InnerClasses:
  public abstract ErrorLibrary4 = com.oracle.truffle.api.library.test.GenerateLibraryTest$ErrorLibrary4 of com.oracle.truffle.api.library.test.GenerateLibraryTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary()