| Index: lib/compiler/implementation/scanner/class_element_parser.dart
|
| diff --git a/lib/compiler/implementation/scanner/class_element_parser.dart b/lib/compiler/implementation/scanner/class_element_parser.dart
|
| index b5e7b25cbf9b754ed776e8e80b90779853bdb987..74e0a76f0d0452625543354b2e9a36a866c8f551 100644
|
| --- a/lib/compiler/implementation/scanner/class_element_parser.dart
|
| +++ b/lib/compiler/implementation/scanner/class_element_parser.dart
|
| @@ -16,7 +16,7 @@ class PartialClassElement extends ClassElement {
|
| PartialClassElement(SourceString name,
|
| Token this.beginToken,
|
| Token this.endToken,
|
| - Element enclosing,
|
| + CompilationUnitElement enclosing,
|
| int id)
|
| : super(name, enclosing, id);
|
|
|
|
|