class com.google.common.reflect.TypeResolver$WildcardCapturer$1 extends com.google.common.reflect.TypeResolver$WildcardCapturer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.reflect.TypeResolver$WildcardCapturer$1
  super_class: com.google.common.reflect.TypeResolver$WildcardCapturer
{
  final com.google.common.reflect.TypeResolver$WildcardCapturer this$1;
    descriptor: Lcom/google/common/reflect/TypeResolver$WildcardCapturer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.reflect.TypeVariable val$typeParam;
    descriptor: Ljava/lang/reflect/TypeVariable;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.reflect.TypeResolver$WildcardCapturer, java.util.concurrent.atomic.AtomicInteger, java.lang.reflect.TypeVariable);
    descriptor: (Lcom/google/common/reflect/TypeResolver$WildcardCapturer;Ljava/util/concurrent/atomic/AtomicInteger;Ljava/lang/reflect/TypeVariable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.reflect.TypeResolver$WildcardCapturer$1 this
        start local 2 // java.util.concurrent.atomic.AtomicInteger $anonymous0
         0: .line 508
            aload 0 /* this */
            aload 1
            putfield com.google.common.reflect.TypeResolver$WildcardCapturer$1.this$1:Lcom/google/common/reflect/TypeResolver$WildcardCapturer;
            aload 0 /* this */
            aload 3
            putfield com.google.common.reflect.TypeResolver$WildcardCapturer$1.val$typeParam:Ljava/lang/reflect/TypeVariable;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial com.google.common.reflect.TypeResolver$WildcardCapturer.<init>:(Ljava/util/concurrent/atomic/AtomicInteger;)V
            return
        end local 2 // java.util.concurrent.atomic.AtomicInteger $anonymous0
        end local 0 // com.google.common.reflect.TypeResolver$WildcardCapturer$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/google/common/reflect/TypeResolver$WildcardCapturer$1;
            0    1     2  $anonymous0  Ljava/util/concurrent/atomic/AtomicInteger;
    MethodParameters:
               Name  Flags
      this$0         final
      $anonymous0    
      val$typeParam  final

  java.lang.reflect.TypeVariable<?> captureAsTypeVariable(java.lang.reflect.Type[]);
    descriptor: ([Ljava/lang/reflect/Type;)Ljava/lang/reflect/TypeVariable;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.reflect.TypeResolver$WildcardCapturer$1 this
        start local 1 // java.lang.reflect.Type[] upperBounds
         0: .line 511
            new java.util.LinkedHashSet
            dup
            aload 1 /* upperBounds */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.LinkedHashSet.<init>:(Ljava/util/Collection;)V
            astore 2 /* combined */
        start local 2 // java.util.Set combined
         1: .line 518
            aload 2 /* combined */
            aload 0 /* this */
            getfield com.google.common.reflect.TypeResolver$WildcardCapturer$1.val$typeParam:Ljava/lang/reflect/TypeVariable;
            invokeinterface java.lang.reflect.TypeVariable.getBounds:()[Ljava/lang/reflect/Type;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 519
            aload 2 /* combined */
            invokeinterface java.util.Set.size:()I
            iconst_1
            if_icmple 4
         3: .line 520
            aload 2 /* combined */
            ldc Ljava/lang/Object;
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         4: .line 522
      StackMap locals: java.util.Set
      StackMap stack:
            aload 0 /* this */
            aload 2 /* combined */
            iconst_0
            anewarray java.lang.reflect.Type
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.reflect.Type[]
            invokespecial com.google.common.reflect.TypeResolver$WildcardCapturer.captureAsTypeVariable:([Ljava/lang/reflect/Type;)Ljava/lang/reflect/TypeVariable;
            areturn
        end local 2 // java.util.Set combined
        end local 1 // java.lang.reflect.Type[] upperBounds
        end local 0 // com.google.common.reflect.TypeResolver$WildcardCapturer$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/google/common/reflect/TypeResolver$WildcardCapturer$1;
            0    5     1  upperBounds  [Ljava/lang/reflect/Type;
            1    5     2     combined  Ljava/util/Set<Ljava/lang/reflect/Type;>;
    Signature: ([Ljava/lang/reflect/Type;)Ljava/lang/reflect/TypeVariable<*>;
    MethodParameters:
             Name  Flags
      upperBounds  
}
SourceFile: "TypeResolver.java"
EnclosingMethod: com.google.common.reflect.TypeResolver$WildcardCapturer.forTypeVariable:(Ljava/lang/reflect/TypeVariable;)Lcom/google/common/reflect/TypeResolver$WildcardCapturer;
NestHost: com.google.common.reflect.TypeResolver
InnerClasses:
  private WildcardCapturer = com.google.common.reflect.TypeResolver$WildcardCapturer of com.google.common.reflect.TypeResolver
  com.google.common.reflect.TypeResolver$WildcardCapturer$1