-
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.
Add support for omission of implementation as per #4015
This CL adds support in the specification parser (Dart.g) for omitting the implementation from several kinds of declarations. This is needed because it must be possible to omit the implementation and provide it in an augmentation. The implementation is the initializing expression of a variable, the function body of a top-lovel or static getter, setter, or method, or the function body of a factory constructor. Change-Id: If305dae376ba1c5aabcdd698824aca5d5b0fb97a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/387160 Reviewed-by: Chloe Stefantsova <[email protected]> Commit-Queue: Erik Ernst <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
34 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