mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: 4d6a5487576dbbc4aca9c89b067eec8218aff686
8 lines
128 B
Java
8 lines
128 B
Java
// "Wrap with block" "true-preview"
|
|
class X {
|
|
void test(int x) {
|
|
switch(x) {
|
|
case 1 -> <caret>; /**/ ;
|
|
}
|
|
}
|
|
} |