Add TODO to extract 'IfCondition', or something like it.

Change-Id: Ic1b15ca971a429c0bc75ce7b36e3ea281548d6e6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278084
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2023-01-03 19:05:53 +00:00 committed by Commit Queue
parent 4756af1b4a
commit 28cd566779

View file

@ -3062,6 +3062,7 @@ abstract class IfStatement implements Statement {
Expression get expression;
/// Return the token representing the 'if' keyword.
/// TODO(scheglov) Extract shared `IfCondition`, see the patterns spec.
Token get ifKeyword;
/// Return the left parenthesis.