| Index: pkg/compiler/lib/src/resolution/members.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/members.dart b/pkg/compiler/lib/src/resolution/members.dart
|
| index 08174ecb312956c878c7054954eb23381f83eed7..5db1c7f4ddba0e1752c15a5bcd06fe9e1bb3ca48 100644
|
| --- a/pkg/compiler/lib/src/resolution/members.dart
|
| +++ b/pkg/compiler/lib/src/resolution/members.dart
|
| @@ -4138,7 +4138,7 @@ class TypedefResolverVisitor extends TypeDefinitionVisitor {
|
|
|
| // TODO(johnniwinther): Replace with a traversal on the AST when the type
|
| // annotations in typedef alias are stored in a [TreeElements] mapping.
|
| -class TypedefCyclicVisitor extends DartTypeVisitor {
|
| +class TypedefCyclicVisitor extends BaseDartTypeVisitor {
|
| final Compiler compiler;
|
| final TypedefElementX element;
|
| bool hasCyclicReference = false;
|
|
|