Sign in
dart
/
sdk
/
b45d25ba1e1726f316d5d753e29d6551267a0776
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
switchExpression_recovery_semicolonInsteadOfComma.dart
blob: 707fd317b1ab53d9cff6b2336d8fe97a762fb7d2 [
file
] [
log
] [
blame
]
f
(
x
)
=>
switch
(
x
)
{
1
=>
'one'
;
2
=>
'two'
};