Skip to content

Commit 8995807

Browse files
johnniwintherCommit Queue
authored andcommitted
[cfe] Create various matcher in the body builder
This add the Expression-, Binary-, Cast-, NullAssert-, NullCheck-, List- and RelationalMatcher and creates these during body building. The IfCaseStatement is added to support propagation of these to the inference visitor. Change-Id: Ia9add15e504cb06af711efc1697a00b8e235e1a4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263128 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
1 parent e7c590b commit 8995807

File tree

91 files changed

+718
-330
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+718
-330
lines changed

pkg/_fe_analyzer_shared/lib/src/parser/stack_listener.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ enum NullValue {
5656
IdentifierList,
5757
Initializers,
5858
Labels,
59+
Matcher,
5960
Metadata,
6061
MixinApplicationBuilder,
6162
MatcherList,

0 commit comments

Comments
 (0)