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