Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: sdk/lib/_internal/compiler/implementation/resolution/members.dart

Issue 140783013: use proper notation for true, false, and null in doc comments (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: long line Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));

Powered by Google App Engine
This is Rietveld 408576698