mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-30 19:19:40 +07:00
6 lines
97 B
Java
6 lines
97 B
Java
// "Unwrap 'switch' statement" "true"
|
|
class X {
|
|
String test(char c) {
|
|
return "foo";
|
|
}
|
|
} |