mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 04:13:07 +00:00
8135203: javac, patch intended for an issue was pushed with wrong id and message
Reviewed-by: jjg
This commit is contained in:
parent
772ca1b431
commit
0c3e27483f
@ -1436,7 +1436,6 @@ public class Resolve {
|
||||
}
|
||||
Assert.check(!sym.kind.isResolutionError());
|
||||
try {
|
||||
types.noWarnings.clear();
|
||||
Type mt = rawInstantiate(env, site, sym, null, argtypes, typeargtypes,
|
||||
allowBoxing, useVarargs, types.noWarnings);
|
||||
currentResolutionContext.addApplicableCandidate(sym, mt);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user