java resolve: prefer package for single-type-import only with default package exception (IDEA-206295)

This commit is contained in:
Anna.Kozlova
2019-02-07 11:44:54 +01:00
parent 64d845810b
commit 596fdda3e7
3 changed files with 15 additions and 1 deletions
@@ -0,0 +1,7 @@
package a;
import foo.Bar.*;
class MyTest {
private void foo(Inner inner) {}
}