| Index: sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/resolution/members.dart b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| index 152863d7fd380726887b4eef417ecb56e5ea0ff6..ccf2e5d3e158417e7ee6228637df5e7c0b806f24 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| @@ -3150,7 +3150,7 @@ class ResolverVisitor extends MappingVisitor<Element> {
|
| /**
|
| * Try to resolve the constructor that is referred to by [node].
|
| * Note: this function may return an ErroneousFunctionElement instead of
|
| - * [null], if there is no corresponding constructor, class or library.
|
| + * [:null:], if there is no corresponding constructor, class or library.
|
| */
|
| FunctionElement resolveConstructor(NewExpression node) {
|
| return node.accept(new ConstructorResolver(compiler, this));
|
|
|