| 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 28379db9d7894c740fa0b660caab8f17308495bb..a66844aa9eab7b4549fb22e4145cfcd4466f11bd 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| @@ -2100,7 +2100,7 @@ class ResolverVisitor extends CommonResolverVisitor<Element> {
|
| new VariableDefinitionsVisitor(compiler, node, this,
|
| ElementKind.VARIABLE);
|
| // Ensure that we set the type of the [VariableListElement] since it depends
|
| - // the current scope. If the current scope is a [MethodScope] or
|
| + // on the current scope. If the current scope is a [MethodScope] or
|
| // [BlockScope] it will not be available for the
|
| // [VariableListElement.computeType] method.
|
| if (node.type != null) {
|
|
|