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