public class com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest$Language2 extends com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest$Language1
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest$Language2
  super_class: com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest$Language1
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest$Language2 this
         0: .line 185
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest$Language1.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest$Language2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ContextAndLanguageSupplierTest$Language2;
}
SourceFile: "ContextAndLanguageSupplierTest.java"
NestHost: com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest
InnerClasses:
  public abstract Registration = com.oracle.truffle.api.TruffleLanguage$Registration of com.oracle.truffle.api.TruffleLanguage
  public Language1 = com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest$Language1 of com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest
  public Language2 = com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest$Language2 of com.oracle.truffle.api.test.polyglot.ContextAndLanguageSupplierTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.TruffleLanguage$Registration(id = "ContextAndLanguageSupplierTestLanguage2", name = "ContextAndLanguageSupplierTestLanguage2")