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