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

Unified Diff: tests/compiler/dart2js/field_type_simple_inferer_test.dart

Issue 14217011: If we know a call will actually not reach an element anymore, because we have more information on t… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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: tests/compiler/dart2js/field_type_simple_inferer_test.dart
===================================================================
--- tests/compiler/dart2js/field_type_simple_inferer_test.dart (revision 21931)
+++ tests/compiler/dart2js/field_type_simple_inferer_test.dart (working copy)
@@ -486,7 +486,7 @@
runTest(TEST_8, {'f': (inferrer) => inferrer.stringType.nullable()});
runTest(TEST_9, {'f': (inferrer) => inferrer.stringType.nullable()});
- runTest(TEST_10, {'f': subclassOfInterceptor});
+ runTest(TEST_10, {'f': (inferrer) => inferrer.intType});
runTest(TEST_11, {'fs': (inferrer) => inferrer.intType});
// TODO(ngeoffray): We should try to infer that the initialization

Powered by Google App Engine
This is Rietveld 408576698