public class com.oracle.truffle.api.test.polyglot.LanguageSPIOrderTest$CyclicLanguage2 extends com.oracle.truffle.api.test.polyglot.LanguageSPIOrderTest$BaseLang
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.LanguageSPIOrderTest$CyclicLanguage2
  super_class: com.oracle.truffle.api.test.polyglot.LanguageSPIOrderTest$BaseLang
{
  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.LanguageSPIOrderTest$CyclicLanguage2 this
         0: .line 394
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.LanguageSPIOrderTest$BaseLang.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.LanguageSPIOrderTest$CyclicLanguage2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/LanguageSPIOrderTest$CyclicLanguage2;
}
SourceFile: "LanguageSPIOrderTest.java"
NestHost: com.oracle.truffle.api.test.polyglot.LanguageSPIOrderTest
InnerClasses:
  public abstract Registration = com.oracle.truffle.api.TruffleLanguage$Registration of com.oracle.truffle.api.TruffleLanguage
  BaseLang = com.oracle.truffle.api.test.polyglot.LanguageSPIOrderTest$BaseLang of com.oracle.truffle.api.test.polyglot.LanguageSPIOrderTest
  public CyclicLanguage2 = com.oracle.truffle.api.test.polyglot.LanguageSPIOrderTest$CyclicLanguage2 of com.oracle.truffle.api.test.polyglot.LanguageSPIOrderTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.TruffleLanguage$Registration(id = "SPICyclicLanguage2", name = "", dependentLanguages = {"SPICyclicLanguage1"})