Sign in
dart
/
sdk
/
base
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
issue50591_example2.dart
blob: af314c1dcd1985fbe86f9cfd4ee4c34c8c1a911d [
file
] [
log
] [
blame
]
void
f
(
Object
?
x
)
{
(
switch
(
x
)
{
const
A
()
=>
0
,
_
=>
1
,
});