| Index: lib/compiler/implementation/elements/elements.dart
|
| diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart
|
| index 1e14a7283a29dfaacabc8588336321409a22a34d..4108c2d7e77f4d36c52e74cfff74d8677c6d7ddf 100644
|
| --- a/lib/compiler/implementation/elements/elements.dart
|
| +++ b/lib/compiler/implementation/elements/elements.dart
|
| @@ -341,6 +341,8 @@ class ErroneousFunctionElement extends ErroneousElement
|
| requiredParameterCount(compiler) => unsupported();
|
| optionalParameterCount(compiler) => unsupported();
|
| parameterCount(copmiler) => unsupported();
|
| +
|
| + getLibrary() => enclosingElement.getLibrary();
|
| }
|
|
|
| class ContainerElement extends Element {
|
|
|