Sign in
dart
/
sdk
/
c4962efa659743cf9fb395c25d69b86cdb5fcfd5
/
.
/
pkg
/
front_end
/
testcases
/
patterns
/
switchExpression_twoPatterns.dart.textual_outline.expect
blob: bb38dad6382a7b287006500097a8d50dec58aaf8 [
file
] [
log
] [
blame
]
f
(
x
)
=>
switch
(
x
)
{
int
_
=>
0
,
_
=>
1
,
};