// "Unwrap 'switch'" "true" class Test { void foo(Object obj) { int answer = switch (obj) { case default -> 42; }; } }