public final class io.reactivex.internal.operators.flowable.FlowableNever extends io.reactivex.Flowable<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableNever
  super_class: io.reactivex.Flowable
{
  public static final io.reactivex.Flowable<java.lang.Object> INSTANCE;
    descriptor: Lio/reactivex/Flowable;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/reactivex/Flowable<Ljava/lang/Object;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 21
            new io.reactivex.internal.operators.flowable.FlowableNever
            dup
            invokespecial io.reactivex.internal.operators.flowable.FlowableNever.<init>:()V
            putstatic io.reactivex.internal.operators.flowable.FlowableNever.INSTANCE:Lio/reactivex/Flowable;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableNever this
         0: .line 23
            aload 0 /* this */
            invokespecial io.reactivex.Flowable.<init>:()V
         1: .line 24
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableNever this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableNever;

  public void subscribeActual(org.reactivestreams.Subscriber<? super java.lang.Object>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableNever this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 28
            aload 1 /* s */
            getstatic io.reactivex.internal.subscriptions.EmptySubscription.INSTANCE:Lio/reactivex/internal/subscriptions/EmptySubscription;
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         1: .line 29
            return
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableNever this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableNever;
            0    2     1     s  Lorg/reactivestreams/Subscriber<-Ljava/lang/Object;>;
    Signature: (Lorg/reactivestreams/Subscriber<-Ljava/lang/Object;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: Lio/reactivex/Flowable<Ljava/lang/Object;>;
SourceFile: "FlowableNever.java"