| Index: pkg/compiler/lib/src/info/send_info.dart
|
| diff --git a/pkg/compiler/lib/src/info/send_info.dart b/pkg/compiler/lib/src/info/send_info.dart
|
| index 8292be429c36eb5b297096411a4f9d127a18468a..96e0e984320c800d79b497deb61ae238fd6fb794 100644
|
| --- a/pkg/compiler/lib/src/info/send_info.dart
|
| +++ b/pkg/compiler/lib/src/info/send_info.dart
|
| @@ -1619,6 +1619,10 @@ class _StatsVisitor<T> extends Visitor
|
| handleNSMSuper(node, element.enclosingClass);
|
| }
|
|
|
| + void visitUnresolvedSuperSet(Send node, Element element, Node rhs, T arg) {
|
| + handleNSMSuper(node, element.enclosingClass);
|
| + }
|
| +
|
| void visitUnresolvedSuperSetIfNull(
|
| Send node, Element element, Node rhs, T arg) {
|
| handleNSMSuper(node, element.enclosingClass);
|
|
|