public class A { public static void main(String[] args) { String x = ""; switch(x) { case "name" -> lo default -> "String"; }; } }