mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
prefer package to class in import list (IDEA-113756)
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import test.A;
|
||||
|
||||
class B {
|
||||
private A a;
|
||||
}
|
||||
Reference in New Issue
Block a user