class com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError$1 extends com.sun.tools.javac.comp.Resolve$InapplicableSymbolError
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError$1
  super_class: com.sun.tools.javac.comp.Resolve$InapplicableSymbolError
{
  final com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError this$1;
    descriptor: Lcom/sun/tools/javac/comp/Resolve$InapplicableSymbolsError;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.sun.tools.javac.util.Pair val$p;
    descriptor: Lcom/sun/tools/javac/util/Pair;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError, com.sun.tools.javac.comp.Resolve, com.sun.tools.javac.comp.Resolve$MethodResolutionContext, com.sun.tools.javac.util.Pair);
    descriptor: (Lcom/sun/tools/javac/comp/Resolve$InapplicableSymbolsError;Lcom/sun/tools/javac/comp/Resolve;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionContext;Lcom/sun/tools/javac/util/Pair;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError$1 this
        start local 3 // com.sun.tools.javac.comp.Resolve$MethodResolutionContext $anonymous0
         0: .line 4086
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError$1.this$1:Lcom/sun/tools/javac/comp/Resolve$InapplicableSymbolsError;
            aload 0 /* this */
            aload 4
            putfield com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError$1.val$p:Lcom/sun/tools/javac/util/Pair;
            aload 0 /* this */
            aload 2
            aload 3 /* $anonymous0 */
            invokespecial com.sun.tools.javac.comp.Resolve$InapplicableSymbolError.<init>:(Lcom/sun/tools/javac/comp/Resolve;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionContext;)V
            return
        end local 3 // com.sun.tools.javac.comp.Resolve$MethodResolutionContext $anonymous0
        end local 0 // com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/tools/javac/comp/Resolve$InapplicableSymbolsError$1;
            0    1     3  $anonymous0  Lcom/sun/tools/javac/comp/Resolve$MethodResolutionContext;
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      $anonymous0  
      val$p        final

  protected com.sun.tools.javac.util.Pair<com.sun.tools.javac.code.Symbol, com.sun.tools.javac.util.JCDiagnostic> errCandidate();
    descriptor: ()Lcom/sun/tools/javac/util/Pair;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError$1 this
         0: .line 4089
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError$1.val$p:Lcom/sun/tools/javac/util/Pair;
            areturn
        end local 0 // com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Resolve$InapplicableSymbolsError$1;
    Signature: ()Lcom/sun/tools/javac/util/Pair<Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic;>;
}
SourceFile: "Resolve.java"
EnclosingMethod: com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError.getDiagnostic:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticType;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/JCDiagnostic;
NestHost: com.sun.tools.javac.comp.Resolve
InnerClasses:
  InapplicableSymbolError = com.sun.tools.javac.comp.Resolve$InapplicableSymbolError of com.sun.tools.javac.comp.Resolve
  InapplicableSymbolsError = com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError of com.sun.tools.javac.comp.Resolve
  com.sun.tools.javac.comp.Resolve$InapplicableSymbolsError$1
  MethodResolutionContext = com.sun.tools.javac.comp.Resolve$MethodResolutionContext of com.sun.tools.javac.comp.Resolve
  public abstract DiagnosticPosition = com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition of com.sun.tools.javac.util.JCDiagnostic
  public final DiagnosticType = com.sun.tools.javac.util.JCDiagnostic$DiagnosticType of com.sun.tools.javac.util.JCDiagnostic