final class io.reactivex.exceptions.CompositeException$WrappedPrintWriter extends io.reactivex.exceptions.CompositeException$PrintStreamOrWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.exceptions.CompositeException$WrappedPrintWriter
  super_class: io.reactivex.exceptions.CompositeException$PrintStreamOrWriter
{
  private final java.io.PrintWriter printWriter;
    descriptor: Ljava/io/PrintWriter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.exceptions.CompositeException$WrappedPrintWriter this
        start local 1 // java.io.PrintWriter printWriter
         0: .line 229
            aload 0 /* this */
            invokespecial io.reactivex.exceptions.CompositeException$PrintStreamOrWriter.<init>:()V
         1: .line 230
            aload 0 /* this */
            aload 1 /* printWriter */
            putfield io.reactivex.exceptions.CompositeException$WrappedPrintWriter.printWriter:Ljava/io/PrintWriter;
         2: .line 231
            return
        end local 1 // java.io.PrintWriter printWriter
        end local 0 // io.reactivex.exceptions.CompositeException$WrappedPrintWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/reactivex/exceptions/CompositeException$WrappedPrintWriter;
            0    3     1  printWriter  Ljava/io/PrintWriter;
    MethodParameters:
             Name  Flags
      printWriter  

  void println(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.exceptions.CompositeException$WrappedPrintWriter this
        start local 1 // java.lang.Object o
         0: .line 235
            aload 0 /* this */
            getfield io.reactivex.exceptions.CompositeException$WrappedPrintWriter.printWriter:Ljava/io/PrintWriter;
            aload 1 /* o */
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/Object;)V
         1: .line 236
            return
        end local 1 // java.lang.Object o
        end local 0 // io.reactivex.exceptions.CompositeException$WrappedPrintWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/exceptions/CompositeException$WrappedPrintWriter;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "CompositeException.java"
NestHost: io.reactivex.exceptions.CompositeException
InnerClasses:
  abstract PrintStreamOrWriter = io.reactivex.exceptions.CompositeException$PrintStreamOrWriter of io.reactivex.exceptions.CompositeException
  final WrappedPrintWriter = io.reactivex.exceptions.CompositeException$WrappedPrintWriter of io.reactivex.exceptions.CompositeException