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