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

  void <init>(examples.Examples);
    descriptor: (Lexamples/Examples;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.Examples$BTestNested this
         0: .line 91
            aload 0 /* this */
            aload 1
            putfield examples.Examples$BTestNested.this$0:Lexamples/Examples;
            aload 0 /* this */
            aload 1
            invokespecial examples.Examples$BTest.<init>:(Lexamples/Examples;)V
            return
        end local 0 // examples.Examples$BTestNested this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/Examples$BTestNested;
    MethodParameters:
        Name  Flags
      this$0  final

  void setVertx(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.Examples$BTestNested this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 94
            aload 0 /* this */
            aload 1 /* vertx */
            putfield examples.Examples$BTestNested.vertx:Lio/vertx/core/Vertx;
         1: .line 95
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.Examples$BTestNested this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lexamples/Examples$BTestNested;
            0    2     1  vertx  Lio/vertx/core/Vertx;
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.BeforeEach()
    MethodParameters:
       Name  Flags
      vertx  
}
SourceFile: "Examples.java"
NestHost: examples.Examples
InnerClasses:
  BTest = examples.Examples$BTest of examples.Examples
  BTestNested = examples.Examples$BTestNested of examples.Examples
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.Nested()