Index: pkg/front_end/testcases/inference/reference_to_typedef.dart.direct.expect |
diff --git a/pkg/front_end/testcases/inference/reference_to_typedef.dart.direct.expect b/pkg/front_end/testcases/inference/reference_to_typedef.dart.direct.expect |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5d2783564859361e463f7234a76864dee38d6a1f |
--- /dev/null |
+++ b/pkg/front_end/testcases/inference/reference_to_typedef.dart.direct.expect |
@@ -0,0 +1,6 @@ |
+library test; |
+import self as self; |
+ |
+typedef F = () → void; |
+static final field dynamic x = () → void; |
+static method main() → dynamic {} |