// "Remove local variable 'i'" "true-preview" public class Main { void test(String s) { int i; switch(s) { case "foo" -> i = 1; } } }