Index: pkg/analyzer/lib/src/summary/idl.dart |
diff --git a/pkg/analyzer/lib/src/summary/idl.dart b/pkg/analyzer/lib/src/summary/idl.dart |
index 3119c643db106547faa8de56b7771d0a2f4e15cf..d7604a3069d72c3f61e200b7aec1ae7cad6ed9ed 100644 |
--- a/pkg/analyzer/lib/src/summary/idl.dart |
+++ b/pkg/analyzer/lib/src/summary/idl.dart |
@@ -1132,7 +1132,12 @@ enum ReferenceKind { |
/** |
* The entity being referred to does not exist. |
*/ |
- unresolved |
+ unresolved, |
+ |
+ /** |
+ * The entity is a typedef expressed using generic function type syntax. |
+ */ |
+ genericFunctionTypedef |
} |
/** |