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