mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
6 lines
126 B
Java
6 lines
126 B
Java
// "Create local variable 'foo'" "false"
|
|
class Foo {
|
|
int x = foo ? 0 : switch(1) {
|
|
default -> f<caret>oo;
|
|
};
|
|
} |