Chromium Code Reviews| Index: pkg/front_end/testcases/arrow_function.dart.direct.expect |
| diff --git a/pkg/front_end/testcases/arrow_function.dart.direct.expect b/pkg/front_end/testcases/arrow_function.dart.direct.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ec2e8987d476367559a810607f869ee149e201d3 |
| --- /dev/null |
| +++ b/pkg/front_end/testcases/arrow_function.dart.direct.expect |
| @@ -0,0 +1,6 @@ |
| +library; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +static method main<T extends core::Object>() → dynamic |
| + return () → dynamic => self::main::T; |