// "Unwrap 'switch'" "true-preview" class X { String test(int i) { return switch(i) { default -> "foo"; }; } }