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