DescriptionImprove --print-ast printing of LetNode.
I was trying to debug an issue noticed that printing of LetNode is
kind of useless. It didn't print the variables though they had
references, which seems confusing, and it writes all the initializers
and body nodes at the same nesting level which makes it impossible to
see where one ends and the other begins.
BUG=
R=vegorov@google.com
Committed: https://github.com/dart-lang/sdk/commit/9d495064f7d5e6a25b1d221bde6858831ad98cbc
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|