-
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.
[cfe] Complete support for statements in text serialization.
This CL adds round-trip serialization support for FunctionDeclarations and the remining kinds of VariableDeclarations, completing the support for statements. Additionally, the CL fixes a variable scope issue in Catch clauses, namely that the exception and the stack trace variables should be visible in the body. Change-Id: I3843d491b85a65c4953d6fc10a59ecbde5017029 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153611 Reviewed-by: Johnni Winther <[email protected]>
- Loading branch information
1 parent
27446b4
commit f75a982
Showing
3 changed files
with
71 additions
and
95 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -406,6 +406,7 @@ field1 | |
field1a | ||
field1b | ||
field2 | ||
fieldformal | ||
file's | ||
filenames | ||
finv | ||
|
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