langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java
changeset 16328 8b9eb42167f6
parent 16323 c4409c235642
child 16330 66e277848a69
equal deleted inserted replaced
16327:01a0c0cb811c 16328:8b9eb42167f6
  2621                 }
  2621                 }
  2622             }
  2622             }
  2623 
  2623 
  2624             that.sym = refSym.baseSymbol();
  2624             that.sym = refSym.baseSymbol();
  2625             that.kind = lookupHelper.referenceKind(that.sym);
  2625             that.kind = lookupHelper.referenceKind(that.sym);
       
  2626             that.ownerAccessible = rs.isAccessible(localEnv, that.sym.enclClass());
  2626 
  2627 
  2627             if (desc.getReturnType() == Type.recoveryType) {
  2628             if (desc.getReturnType() == Type.recoveryType) {
  2628                 // stop here
  2629                 // stop here
  2629                 result = that.type = target;
  2630                 result = that.type = target;
  2630                 return;
  2631                 return;