mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
extract class: do not qualify enums in switches (IDEA-76587 )
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Test {
|
||||
|
||||
}
|
||||
|
||||
enum Person {
|
||||
FRED, GEORGE;
|
||||
}
|
||||
Reference in New Issue
Block a user