| Index: sdk/lib/_internal/compiler/implementation/dump_info.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/dump_info.dart b/sdk/lib/_internal/compiler/implementation/dump_info.dart
|
| index 727095f827dea52b8174b820909cb7cca5f7a9f9..5f1586ef29e0542fd589c4ee5d31da496521a61f 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/dump_info.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/dump_info.dart
|
| @@ -77,7 +77,7 @@ class ElementInfoNode implements InfoNode {
|
| final String kind;
|
|
|
| /// The static type of the represented [Element].
|
| - /// [null] if this kind of element has no type.
|
| + /// [:null:] if this kind of element has no type.
|
| final String type;
|
|
|
| /// Any extra information to display about the represented [Element].
|
|
|