blob: 449aec62170ad22154d4287099a0ca754386610b [file] [log] [blame]
void foo(String s) {
switch (s) {
case 'foo') {
print('foo');
} else {
print('bar');
}
}