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