blob: 4eb1732a5d6585fbbebef6cbb0035a2c5b2a1946 [file] [log] [blame]
f(x) => switch (x) {
1 => 'one',
default => 'other'
};