| Index: pkg/compiler/lib/src/use_unused_api.dart
|
| diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
|
| index a15b7167c0cc857c81aa5d87651d3eb7638c2dd4..215bfa5b1b1d24f7c502dae7f59f0c26ed72b90f 100644
|
| --- a/pkg/compiler/lib/src/use_unused_api.dart
|
| +++ b/pkg/compiler/lib/src/use_unused_api.dart
|
| @@ -290,7 +290,9 @@ useProgramBuilder(program_builder.ProgramBuilder builder) {
|
| }
|
|
|
| useSemanticVisitor() {
|
| - new semantic_visitor.BulkSendVisitor().apply(null, null);
|
| + new semantic_visitor.BulkSendVisitor()
|
| + ..apply(null, null)
|
| + ..visitSuperFieldFieldCompound(null, null, null, null, null, null);
|
| new semantic_visitor.TraversalVisitor(null).apply(null, null);
|
| new semantic_visitor.BulkDeclarationVisitor().apply(null, null);
|
| }
|
|
|