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

Unified Diff: test/checker/checker_test.dart

Issue 1059763003: Inference casts to dynamic, fuzzy types handled (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
Patch Set: Created 5 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
Index: test/checker/checker_test.dart
diff --git a/test/checker/checker_test.dart b/test/checker/checker_test.dart
index b197655691ac27801cbb242f06a3da61d7507cae..a1fd44595eb9649ce64d088d84bf7a907c00d6a2 100644
--- a/test/checker/checker_test.dart
+++ b/test/checker/checker_test.dart
@@ -935,7 +935,7 @@ void main() {
f2 = /*severe:StaticTypeError*/(int x) => -x;
}
'''
- }, wrapClosures: true);
+ }, wrapClosures: true, inferDownwards: false);
});
test('Generic subtyping: invariance', () {

Powered by Google App Engine
This is Rietveld 408576698