// "Remove unreachable branches" "true-preview" class Test { final String s = "abc"; void test() { System.out.println(1); } }