// "Delete unreachable statement" "true" class Never { void foo(int n) { return; System.out.println(n); } }