final class org.reactivestreams.FlowAdapters$ReactivePublisherFromFlow<T> implements org.reactivestreams.Publisher<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.reactivestreams.FlowAdapters$ReactivePublisherFromFlow
  super_class: java.lang.Object
{
  public void subscribe(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.reactivestreams.FlowAdapters$ReactivePublisherFromFlow this
         0: .line 355
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tflow cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.reactivestreams.FlowAdapters$ReactivePublisherFromFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/reactivestreams/FlowAdapters$ReactivePublisherFromFlow<TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
          Name  Flags
      reactive  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/reactivestreams/Publisher<TT;>;
SourceFile: "FlowAdapters.java"
NestHost: org.reactivestreams.FlowAdapters
InnerClasses:
  final ReactivePublisherFromFlow = org.reactivestreams.FlowAdapters$ReactivePublisherFromFlow of org.reactivestreams.FlowAdapters