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

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

Issue 2710943007: Issue 28862. Implement type inference for invokeConstructor with field formal parameter. (Closed)
Patch Set: Created 3 years, 10 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/task/strong_mode.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
index 619d9cf071b3f61d6759cdbd478a8ed0fb3f3cca..76c6e4358ea1ff2faf33b37440700f42f55d5e97 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -159,21 +159,6 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
super.test_circularReference_viaClosures_initializerTypes();
}
- @override
- @failingTest
- void test_constructors_inferFromArguments() {
- // TODO(jmesserly): does this need to be implemented in AST summaries?
- // The test might need a change as well to not be based on local variable
- // types, which don't seem to be available.
- super.test_constructors_inferFromArguments();
- }
-
- @override
- @failingTest
- void test_constructors_inferFromArguments_const() {
- super.test_constructors_inferFromArguments_const();
- }
-
void test_infer_extractIndex_custom() {
var unit = checkFile('''
class A {
« no previous file with comments | « pkg/analyzer/lib/src/task/strong_mode.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698