// "Remove unreachable branches" "true-preview" class Test { final String s = "abc"; int test() { return 1; } }