mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
don't prefer packages in static imports (IDEA-168464)
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package p2;
|
||||
|
||||
import static p.P1.FOO;
|
||||
|
||||
class Bar {}
|
||||
Reference in New Issue
Block a user