| Index: pkg/compiler/lib/src/resolution/typedefs.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/typedefs.dart b/pkg/compiler/lib/src/resolution/typedefs.dart
|
| index eed801b8995df0498df7651dcc3570176fd26c67..1c52c933b7a53edbc20220978bbb718994da29b5 100644
|
| --- a/pkg/compiler/lib/src/resolution/typedefs.dart
|
| +++ b/pkg/compiler/lib/src/resolution/typedefs.dart
|
| @@ -48,6 +48,7 @@ class TypedefResolverVisitor extends TypeDefinitionVisitor {
|
| void checkCyclicReference() {
|
| element.checkCyclicReference(resolution);
|
| }
|
| +
|
| addDeferredAction(element, checkCyclicReference);
|
| }
|
| }
|
|
|