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/ssa/builder.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/ssa/builder.dart
diff --git a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
index 8af9bd0f3c4733f390d1152c95e32282fa926a66..0b58fde8cde0b4b5480647395ffa30354c159210 100644
--- a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
+++ b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
@@ -317,7 +317,7 @@ class LocalsHandler {
/**
* Returns true if the local can be accessed directly. Boxed variables or
- * captured variables that are stored in the closure-field return [false].
+ * captured variables that are stored in the closure-field return [:false:].
*/
bool isAccessedDirectly(Element element) {
assert(element != null);

Powered by Google App Engine
This is Rietveld 408576698