mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
disable on demand static import for private classes (IDEA-74951)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Add on demand static import for 'test.Outer.State'" "false"
|
||||
package test;
|
||||
|
||||
public class Outer {
|
||||
private enum State { REDONE, UNDONE }
|
||||
|
||||
private State state = Sta<caret>te.REDONE;
|
||||
}
|
||||
Reference in New Issue
Block a user