mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
java resolve: prefer package for single-type-import only with default package exception (IDEA-206295)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package a;
|
||||
|
||||
import foo.Bar.*;
|
||||
|
||||
class MyTest {
|
||||
private void foo(Inner inner) {}
|
||||
}
|
||||
Reference in New Issue
Block a user