Sign in
dart
/
sdk.git
/
2cd2106f2cefed367fa8a1730668a5b84a8ceb93
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
switchExpression_recovery_defaultKeyword.dart
blob: 4eb1732a5d6585fbbebef6cbb0035a2c5b2a1946 [
file
]
f
(
x
)
=>
switch
(
x
)
{
1
=>
'one'
,
default
=>
'other'
};