// "Move assignment to field declaration" "true" public class Main { int i; public void test(int x) { switch (x) { case 1 -> i = 1; } } }