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