File tree Expand file tree Collapse file tree
pkg/analyzer/test/src/summary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15646,11 +15646,11 @@ library
1564615646 SymbolLiteral
1564715647 poundSign: # @382
1564815648 components
15649- components: aaa
15649+ aaa
1565015650 offset: 383
15651- components: bbb
15651+ bbb
1565215652 offset: 387
15653- components: ccc
15653+ ccc
1565415654 offset: 391
1565515655 accessors
1565615656 synthetic static get vNull @-1
Original file line number Diff line number Diff line change @@ -1643,13 +1643,12 @@ class ResolvedAstPrinter extends ThrowingAstVisitor<void> {
16431643 }
16441644 }
16451645
1646- /// TODO(scheglov) maybe inline?
16471646 void _writeTokenList (String name, List <Token > tokens) {
16481647 if (tokens.isNotEmpty) {
16491648 _writelnWithIndent (name);
16501649 _withIndent (() {
16511650 for (var token in tokens) {
1652- _writelnWithIndent ('$ name : $ token ' );
1651+ _writelnWithIndent (token.lexeme );
16531652 _withIndent (() {
16541653 _writeOffset ('offset' , token.offset);
16551654 });
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ CHANNEL dev
2727MAJOR 2
2828MINOR 19
2929PATCH 0
30- PRERELEASE 31
30+ PRERELEASE 32
3131PRERELEASE_PATCH 0
You can’t perform that action at this time.
0 commit comments