blob: e839b25f8319dc48d205d6adc9b47c5a82acc592 [file] [log] [blame]
f(x) => switch (x) {
case 1 => 'one',
case 2 => 'two'
};