mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
IDEA-155309 Complete statement does not work for default in switch
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
class Foo {
|
||||
void foo(String a) {
|
||||
switch (a) {
|
||||
default<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user