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