-
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.
Revert "Add support for prefixed nullable type"
This reverts commit 7720689. Reason for revert: Breaks parsing less common conditionals (e.g. b ? c = true : g();) Original change's description: > Add support for prefixed nullable type > > This adds support for nullable types of the form > > <identifier> '.' <identifier> '?' > > and > > <identifier> '.' <identifier> '?' 'Function' '(' ... > > This is an increment CL in the ongoing effort to add nullable type support > as outlined in dart-lang/language#110 > > Change-Id: I526aecbe64bacbd442cea0b4c52d36ff23b0443b > Reviewed-on: https://dart-review.googlesource.com/c/87083 > Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> > Commit-Queue: Dan Rubel <danrubel@google.com> TBR=brianwilkerson@google.com,danrubel@google.com Change-Id: Ib5e74b4aad239f561a33eae9d95dffa2693037f7 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/87282 Reviewed-by: Dan Rubel <danrubel@google.com> Commit-Queue: Dan Rubel <danrubel@google.com>
- Loading branch information
Dan Rubel
authored and
commit-bot@chromium.org
committed
Dec 14, 2018
1 parent
08c386a
commit 6376482
Showing
4 changed files
with
13 additions
and
92 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
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