final class io.reactivex.exceptions.CompositeException$WrappedPrintStream 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$WrappedPrintStream
  super_class: io.reactivex.exceptions.CompositeException$PrintStreamOrWriter
{
  private final java.io.PrintStream printStream;
    descriptor: Ljava/io/PrintStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  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$WrappedPrintStream this
        start local 1 // java.lang.Object o
         0: .line 222
            aload 0 /* this */
            getfield io.reactivex.exceptions.CompositeException$WrappedPrintStream.printStream:Ljava/io/PrintStream;
            aload 1 /* o */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
         1: .line 223
            return
        end local 1 // java.lang.Object o
        end local 0 // io.reactivex.exceptions.CompositeException$WrappedPrintStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/exceptions/CompositeException$WrappedPrintStream;
            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 WrappedPrintStream = io.reactivex.exceptions.CompositeException$WrappedPrintStream of io.reactivex.exceptions.CompositeException