-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop passing `null` as the member parameter of `_emitPropertyGet`. Avoids the use of one method with multiple code paths and returns to handle any situation because it becomes very hard to reason about what original source code leads to each path. Issue: #54463 Change-Id: I1255817c7cf76578b256650789f6530b456b2f03 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/357207 Reviewed-by: Srujan Gaddam <[email protected]> Reviewed-by: Sigmund Cherem <[email protected]> Reviewed-by: Bob Nystrom <[email protected]> Commit-Queue: Nicholas Shahan <[email protected]>
- Loading branch information
Showing
2 changed files
with
61 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters