| Index: lib/compiler/implementation/elements/elements.dart
|
| diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart
|
| index 53e7bf2150efb5577eb62e3d3d62638a422f2f77..6e18434a9253bab8b5cbac7804c576c107f90912 100644
|
| --- a/lib/compiler/implementation/elements/elements.dart
|
| +++ b/lib/compiler/implementation/elements/elements.dart
|
| @@ -662,6 +662,8 @@ class VariableElement extends Element {
|
| name, clonedVariables, kind, enclosing, cachedNode);
|
| return result;
|
| }
|
| +
|
| + Scope buildScope() => variables.buildScope();
|
| }
|
|
|
| /**
|
|
|