mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
speedup java class resolve a bit
don't even look for class in on-demand imports when named import matches
This commit is contained in:
+1
-1
@@ -18,6 +18,6 @@ import static <error descr="'D' is already defined in a single-type import">x.Ba
|
||||
|
||||
class UsageMixed {
|
||||
void use() {
|
||||
<error descr="Reference to 'D' is ambiguous, both 'x.Base1.D' and 'x.Base2.D' match">D</error>.class.getName();
|
||||
D.class.getName();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user