| 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 cb728bc61d89224468d7206b07e9138dc39c250e..02f6eaab530429b9ea26a40f8ea34c8083672ed1 100644
|
| --- a/lib/compiler/implementation/scanner/class_element_parser.dart
|
| +++ b/lib/compiler/implementation/scanner/class_element_parser.dart
|
| @@ -55,7 +55,7 @@ class PartialClassElement extends ClassElement {
|
| // support patching.
|
| assert(this.nativeName === null);
|
|
|
| - Link<Element> elementList = this.members;
|
| + Link<Element> elementList = this.localMembers;
|
| while (!elementList.isEmpty()) {
|
| result.addMember(elementList.head.cloneTo(result, listener), listener);
|
| elementList = elementList.tail;
|
|
|