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