Sign in
dart
/
sdk
/
b45d25ba1e1726f316d5d753e29d6551267a0776
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
case_identifier_dot_incomplete.dart
blob: 52de7b549dbcece2b29c6ae0896a879643df9cdf [
file
] [
log
] [
blame
]
void
f
(
x
)
{
switch
(
x
)
{
case
A
.
}
}