final class io.reactivex.internal.util.NotificationLite$SubscriptionNotification implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.util.NotificationLite$SubscriptionNotification
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1322257508628817540

  final org.reactivestreams.Subscription upstream;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0010) ACC_FINAL

  void <init>(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.util.NotificationLite$SubscriptionNotification this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.util.NotificationLite$SubscriptionNotification.upstream:Lorg/reactivestreams/Subscription;
         2: .line 70
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.util.NotificationLite$SubscriptionNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/util/NotificationLite$SubscriptionNotification;
            0    3     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.util.NotificationLite$SubscriptionNotification this
         0: .line 74
            new java.lang.StringBuilder
            dup
            ldc "NotificationLite.Subscription["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.reactivex.internal.util.NotificationLite$SubscriptionNotification.upstream:Lorg/reactivestreams/Subscription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.reactivex.internal.util.NotificationLite$SubscriptionNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/util/NotificationLite$SubscriptionNotification;
}
SourceFile: "NotificationLite.java"
NestHost: io.reactivex.internal.util.NotificationLite
InnerClasses:
  final SubscriptionNotification = io.reactivex.internal.util.NotificationLite$SubscriptionNotification of io.reactivex.internal.util.NotificationLite