mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
prefer package to class in import list (IDEA-113756)
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
import static Desc.ClassToMove.F1;
|
||||
package p;
|
||||
import static p.Desc.ClassToMove.F1;
|
||||
abstract class InlineIssue {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user