Chromium Code Reviews| Index: pkg/front_end/testcases/inference/inferred_type_is_typedef.dart.direct.expect |
| diff --git a/pkg/front_end/testcases/inference/inferred_type_is_typedef.dart.direct.expect b/pkg/front_end/testcases/inference/inferred_type_is_typedef.dart.direct.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b46ce39279811a6243c4b8ca162bf11a1406c12d |
| --- /dev/null |
| +++ b/pkg/front_end/testcases/inference/inferred_type_is_typedef.dart.direct.expect |
| @@ -0,0 +1,9 @@ |
| +library test; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +typedef F = () → void; |
| +static final field dynamic x = <core::String, () → void>{}; |
| +static method main() → dynamic { |
| + self::x; |
| +} |