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