mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 11:50:57 +07:00
10 lines
169 B
Java
10 lines
169 B
Java
// "Wrap using 'String.valueOf()'" "false"
|
|
public class Test {
|
|
void foo(String i) {
|
|
switch (i) {
|
|
case '<caret>0':
|
|
System.out.println(i);
|
|
}
|
|
}
|
|
}
|