// "Wrap using 'String.valueOf()'" "false" public class Test { void foo(String i) { switch (i) { case '0': System.out.println(i); } } }