mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
Fixes EA-261429 - AE: JavaParserUtil.parseFragment GitOrigin-RevId: 3939658513b2b1bec5eca693e50386fd4fe2e58e
8 lines
120 B
Java
8 lines
120 B
Java
// "Wrap with block" "true"
|
|
class X {
|
|
void test(int x) {
|
|
switch(x) {
|
|
case 1 -> <caret>; /**/ ;
|
|
}
|
|
}
|
|
} |