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 22fef10 commit 5f7177dCopy full SHA for 5f7177d
pkg/analyzer/lib/src/fasta/ast_builder.dart
@@ -586,7 +586,9 @@ class AstBuilder extends StackListener {
586
optional('.', operatorToken) ||
587
optional('?.', operatorToken) ||
588
optional('..', operatorToken) ||
589
- optional('?..', operatorToken));
+ optional('?..', operatorToken) ||
590
+ optional('===', operatorToken) ||
591
+ optional('!==', operatorToken));
592
debugEvent("BinaryExpression");
593
594
if (identical(".", operatorToken.stringValue) ||
0 commit comments