Sign in
dart
/
sdk.git
/
bd0d029792bce2bc4b0b7fa1659d24350266b3d1
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
switchExpression_twoPatterns.dart
blob: a26f0f83fdc2e614e0e28369e24678976df928da [
file
]
f
(
x
)
=>
switch
(
x
)
{
int
_
=>
0
,
_
=>
1
};