Sign in
dart
/
sdk
/
0707019bb5327f781150160b378ae2ca92a3377c
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
issue_61239.crash_dart
blob: 739c8f8ef839050ebcfcce0261c506fd48101d58 [
file
] [
log
] [
blame
]
void
f
(
x
)
{
return
switch
(
x
)
{
42
xor
=>
42
,
_
=>
0
,
}
}