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

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

Issue 2012023002: Fix AST-based type inference via interfaces. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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/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 cf9d72746a48df0ba460f03671ed70f6b12caa7b..164d8a79b62ba651d5645e8acf367c422fcf3462 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -511,6 +511,19 @@ var b = a.m();
super.test_inferenceInCyclesIsDeterministic();
}
+ @override
+ @failingTest
+ void test_inferredType_opAssignToProperty_prefixedIdentifier() {
+ super.test_inferredType_opAssignToProperty_prefixedIdentifier();
+ }
+
+ @override
+ @failingTest
+ void test_inferredType_opAssignToProperty_prefixedIdentifier_viaInterface() {
+ super
+ .test_inferredType_opAssignToProperty_prefixedIdentifier_viaInterface();
+ }
+
void test_invokeMethod_notGeneric_genericClass() {
var unit = checkFile(r'''
class C<T> {

Powered by Google App Engine
This is Rietveld 408576698