We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfca8e commit cba19c0Copy full SHA for cba19c0
pkg/_fe_analyzer_shared/lib/src/parser/parser_impl.dart
@@ -6348,8 +6348,6 @@ class Parser {
6348
6349
/// This method parses the portion of a set or map literal that starts with
6350
/// the left curly brace when there are no leading type arguments.
6351
- ///
6352
- /// [forPattern] indicates whether an expression or pattern should be parsed.
6353
Token parseLiteralSetOrMapSuffix(Token token, Token? constKeyword) {
6354
Token leftBrace = token = token.next!;
6355
assert(optional('{', leftBrace));
0 commit comments