mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-143786 Switch over enum completion - do not prefer just typed variants
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
class Foo {
|
||||
public void get(MyEnum e) {
|
||||
switch (e) {
|
||||
case <caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
enum MyEnum {
|
||||
FOO, BAR, GOO
|
||||
}
|
||||
Reference in New Issue
Block a user