class examples.Examples$ETestNested$SomeTestNested extends examples.Examples$ETest$SomeTest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: examples.Examples$ETestNested$SomeTestNested
  super_class: examples.Examples$ETest$SomeTest
{
  final examples.Examples$ETestNested this$1;
    descriptor: Lexamples/Examples$ETestNested;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(examples.Examples$ETestNested);
    descriptor: (Lexamples/Examples$ETestNested;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.Examples$ETestNested$SomeTestNested this
         0: .line 213
            aload 0 /* this */
            aload 1
            putfield examples.Examples$ETestNested$SomeTestNested.this$1:Lexamples/Examples$ETestNested;
            aload 0 /* this */
            aload 1
            invokespecial examples.Examples$ETest$SomeTest.<init>:(Lexamples/Examples$ETest;)V
            return
        end local 0 // examples.Examples$ETestNested$SomeTestNested this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/Examples$ETestNested$SomeTestNested;
    MethodParameters:
        Name  Flags
      this$0  final
}
SourceFile: "Examples.java"
NestHost: examples.Examples
InnerClasses:
  ETest = examples.Examples$ETest of examples.Examples
  SomeTest = examples.Examples$ETest$SomeTest of examples.Examples$ETest
  ETestNested = examples.Examples$ETestNested of examples.Examples
  SomeTestNested = examples.Examples$ETestNested$SomeTestNested of examples.Examples$ETestNested
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.Nested()