| 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);
|
|
|