Index: runtime/lib/type_patch.dart |
diff --git a/runtime/lib/type_patch.dart b/runtime/lib/type_patch.dart |
index 67d7db5345f4f47ae3babbb2d0f877169cc482eb..5d0f305bc0780a9e3d5d5e9161f406c4661587ae 100644 |
--- a/runtime/lib/type_patch.dart |
+++ b/runtime/lib/type_patch.dart |
@@ -13,6 +13,10 @@ abstract class _AbstractType implements Type { |
class _Type extends _AbstractType { |
} |
+// Equivalent of RawFunctionType. |
+class _FunctionType extends _AbstractType { |
+} |
+ |
// Equivalent of RawTypeRef. |
class _TypeRef extends _AbstractType { |
} |