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

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

Issue 1850673004: Add support for type inference involving generics. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « pkg/analyzer/lib/src/summary/link.dart ('k') | pkg/analyzer/test/src/summary/summary_common.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fbda5a49b069b91d08109810ac1cd785868d8152..a1a96ba799e47612de49e30dded0ea7f21e76f50 100644
--- a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
+++ b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
@@ -78,31 +78,6 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
}
@override
- test_inferred_type_refers_to_bound_type_param() {
- // TODO(paulberry): fix.
- }
-
- @override
- test_inferred_type_refers_to_function_typed_parameter_type_generic_class() {
- // TODO(paulberry): fix.
- }
-
- @override
- test_inferred_type_refers_to_function_typed_parameter_type_other_lib() {
- // TODO(paulberry): fix.
- }
-
- @override
- test_inferred_type_refers_to_method_function_typed_parameter_type() {
- // TODO(paulberry): fix.
- }
-
- @override
- test_inferred_type_refers_to_setter_function_typed_parameter_type() {
- // TODO(paulberry): fix.
- }
-
- @override
test_initializer_executable_with_bottom_return_type() {
// TODO(paulberry): fix.
}
« no previous file with comments | « pkg/analyzer/lib/src/summary/link.dart ('k') | pkg/analyzer/test/src/summary/summary_common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698