| Index: lib/compiler/implementation/resolver.dart
|
| diff --git a/lib/compiler/implementation/resolver.dart b/lib/compiler/implementation/resolver.dart
|
| index e8a31ab6bedc4d9acf0b7a8c9eec15f06d9910b2..f3960bccdfa1f43402857eb41edeb20ef80951d9 100644
|
| --- a/lib/compiler/implementation/resolver.dart
|
| +++ b/lib/compiler/implementation/resolver.dart
|
| @@ -1923,8 +1923,7 @@ class VariableDefinitionsVisitor extends CommonResolverVisitor<SourceString> {
|
|
|
| VariableDefinitionsVisitor(Compiler compiler,
|
| this.definitions, this.resolver, this.kind)
|
| - : super(compiler)
|
| - {
|
| + : super(compiler) {
|
| variables = new VariableListElement.node(
|
| definitions, ElementKind.VARIABLE_LIST, resolver.scope.element);
|
| }
|
|
|