| Index: lib/compiler/implementation/tree/prettyprint.dart
|
| diff --git a/lib/compiler/implementation/tree/prettyprint.dart b/lib/compiler/implementation/tree/prettyprint.dart
|
| index f5f5e2b7378e6d8877e397b44722a251f1b4a307..d10098452050c1238263e136ff3e1270048f28a1 100644
|
| --- a/lib/compiler/implementation/tree/prettyprint.dart
|
| +++ b/lib/compiler/implementation/tree/prettyprint.dart
|
| @@ -248,7 +248,7 @@ class PrettyPrinter implements Visitor {
|
| openNode(node, "LiteralList", {
|
| "constKeyword" : tokenToStringOrNull(node.constKeyword)
|
| });
|
| - visitWithPrefix(node.type, "type:");
|
| + visitWithPrefix(node.typeArguments, "typeArguments:");
|
| visitWithPrefix(node.elements, "elements:");
|
| closeNode();
|
| }
|
|
|