mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
complete return in switch-case
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Demo {
|
||||
{
|
||||
switch(x) {
|
||||
case y: ret<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
public class Demo {
|
||||
{
|
||||
switch(x) {
|
||||
case y: return<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user