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