| Index: sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart b/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
|
| index cc398a67a1f915d47052984fcd98c863f5915e6b..516cc7aa56f04a9f41ae724cb7d37c0f00a78620 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
|
| @@ -235,7 +235,7 @@ class PrettyPrinter implements Visitor {
|
| printLiteral(node, "LiteralInt");
|
| }
|
|
|
| - /** Returns token string value or [null] if token is [null]. */
|
| + /** Returns token string value or [:null:] if token is [:null:]. */
|
| tokenToStringOrNull(Token token) => token == null ? null : token.stringValue;
|
|
|
| visitLiteralList(LiteralList node) {
|
|
|