Version 2.19.0-32.0.dev

Merge commit 'ad004cf922b4e18e9d236d6881106d8c0e15faf4' into 'dev'
diff --git a/pkg/analyzer/test/src/summary/elements_test.dart b/pkg/analyzer/test/src/summary/elements_test.dart
index 0c04b60..566a19d 100644
--- a/pkg/analyzer/test/src/summary/elements_test.dart
+++ b/pkg/analyzer/test/src/summary/elements_test.dart
@@ -15646,11 +15646,11 @@
           SymbolLiteral
             poundSign: # @382
             components
-              components: aaa
+              aaa
                 offset: 383
-              components: bbb
+              bbb
                 offset: 387
-              components: ccc
+              ccc
                 offset: 391
     accessors
       synthetic static get vNull @-1
diff --git a/pkg/analyzer/test/src/summary/resolved_ast_printer.dart b/pkg/analyzer/test/src/summary/resolved_ast_printer.dart
index ac8fd7c..3139dc0 100644
--- a/pkg/analyzer/test/src/summary/resolved_ast_printer.dart
+++ b/pkg/analyzer/test/src/summary/resolved_ast_printer.dart
@@ -1643,13 +1643,12 @@
     }
   }
 
-  /// TODO(scheglov) maybe inline?
   void _writeTokenList(String name, List<Token> tokens) {
     if (tokens.isNotEmpty) {
       _writelnWithIndent(name);
       _withIndent(() {
         for (var token in tokens) {
-          _writelnWithIndent('$name: $token');
+          _writelnWithIndent(token.lexeme);
           _withIndent(() {
             _writeOffset('offset', token.offset);
           });
diff --git a/tools/VERSION b/tools/VERSION
index 685935a..725f25d 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 19
 PATCH 0
-PRERELEASE 31
+PRERELEASE 32
 PRERELEASE_PATCH 0
\ No newline at end of file