Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart

Issue 1950333003: Fix a corner case of inferred types with function-typed parameters. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Also test resynthesis. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
diff --git a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
index e141181686e49d7a5b5afb14656cbbb9b107dc1d..f3575dc8521d1867bb7eda6524e3613177414671 100644
--- a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
+++ b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
@@ -72,6 +72,19 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
@override
@failingTest
+ test_inferred_type_refers_to_nested_function_typed_param_of_typedef() {
+ super.test_inferred_type_refers_to_nested_function_typed_param_of_typedef();
+ }
+
+ @override
+ @failingTest
+ test_inferred_type_refers_to_nested_function_typed_param_of_typedef_named() {
+ super
+ .test_inferred_type_refers_to_nested_function_typed_param_of_typedef_named();
+ }
+
+ @override
+ @failingTest
test_initializer_executable_with_bottom_return_type() {
super.test_initializer_executable_with_bottom_return_type();
}

Powered by Google App Engine
This is Rietveld 408576698