mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
Fixes EA-261429 - AE: JavaParserUtil.parseFragment GitOrigin-RevId: 3939658513b2b1bec5eca693e50386fd4fe2e58e
10 lines
170 B
Java
10 lines
170 B
Java
// "Apply all 'Create block' fixes in file" "true"
|
|
class X {
|
|
void test(int x) {
|
|
switch(x) {
|
|
case 1 -> <caret>;
|
|
case 2 -> ;
|
|
case 3 -> ;
|
|
}
|
|
}
|
|
} |