Index: pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_expr2.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_expr2.dart.strong.expect b/pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_expr2.dart.strong.expect |
deleted file mode 100644 |
index 0ddb217d3db48e2e4bfb94c0bd9ab9cab073564d..0000000000000000000000000000000000000000 |
--- a/pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_expr2.dart.strong.expect |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-library test; |
-import self as self; |
-import "dart:core" as core; |
- |
-static field dynamic v = self::f.call(() → core::int { |
- return 1; |
-}); |
-static method f<T extends core::Object>(() → self::f::T g) → core::List<self::f::T> |
- return <self::f::T>[g.call()]; |
-static method main() → dynamic { |
- self::v; |
-} |