| Index: lib/compiler/implementation/enqueue.dart
|
| diff --git a/lib/compiler/implementation/enqueue.dart b/lib/compiler/implementation/enqueue.dart
|
| index 0dc6bf8d2a94702db757d6a86d8da619861289b1..f113c304b9f165f8263f6f283c5990e1e9a8204b 100644
|
| --- a/lib/compiler/implementation/enqueue.dart
|
| +++ b/lib/compiler/implementation/enqueue.dart
|
| @@ -169,6 +169,7 @@ class Enqueuer {
|
| }
|
|
|
| void processInstantiatedClassMember(Element member) {
|
| + if (member.isConstructor()) return;
|
| if (universe.generatedCode.containsKey(member)) return;
|
| if (resolvedElements[member] !== null) return;
|
|
|
|
|