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