We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d16c1d commit f537137Copy full SHA for f537137
pkg/_fe_analyzer_shared/lib/src/parser/parser_impl.dart
@@ -9799,9 +9799,6 @@ class Parser {
9799
next = token.next!;
9800
if (next.isIdentifier) {
9801
secondIdentifier = token = next;
9802
- // TODO(paulberry): grammar specifies
9803
- // `typeIdentifier | qualifiedName`, but that permits `a.b.c`,
9804
- // which doesn't make sense.
9805
} else {
9806
secondIdentifier = IdentifierContext.expressionContinuation
9807
.ensureIdentifier(token, this);
0 commit comments