Sign in
dart
/
sdk.git
/
995324d1b21823ec92798a9f589dcc214ab63eaa
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
switchExpression_recovery_colonInsteadOfArrow.dart
blob: 3b2e288d1544de6f1884e912c145e810df42d8f0 [
file
] [
log
] [
blame
]
f
(
x
)
=>
switch
(
x
)
{
1
:
'one'
,
2
:
'two'
};