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