mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-27 15:48:27 +07:00
8 lines
126 B
Java
8 lines
126 B
Java
public class B {
|
|
void foo(String s) {
|
|
switch (i) {
|
|
case A.ONE :
|
|
break;
|
|
}
|
|
}
|
|
} |