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

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

Issue 1975753004: use GLB function in strong mode inference (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: comments 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..cfd829aea679a71b8e3c9d13fba7700677ffd894 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -158,6 +158,14 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
super.test_genericMethods_inferJSBuiltin();
}
+ @override
+ @failingTest
+ void test_genericMethods_usesGreatestLowerBound() {
+ // FunctionElementForLink_Local does not implement properties used by
+ // FunctionTypeImpl (in particular: returnType, parameters, typeParameters).
+ super.test_genericMethods_usesGreatestLowerBound();
+ }
+
void test_infer_extractIndex_custom() {
var unit = checkFile('''
class A {
« no previous file with comments | « pkg/analyzer/lib/src/generated/type_system.dart ('k') | pkg/analyzer/test/src/task/strong/inferred_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698