< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Resolve.java

Print this page
rev 48841 : [mq]: 8187950

*** 4176,4188 **** Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) { - if (sym.owner.type.hasTag(ERROR)) - return null; - if (sym.name == names.init && sym.owner != site.tsym) { return new SymbolNotFoundError(ABSENT_MTH).getDiagnostic(dkind, pos, location, site, name, argtypes, typeargtypes); } else if ((sym.flags() & PUBLIC) != 0 --- 4176,4185 ----
< prev index next >