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