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