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

Unified Diff: tests/compiler/dart2js/cps_ir/input/operators2_7.dart

Issue 1560963002: Do TypePropagation again after inlining (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: fix tests Created 4 years, 11 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/cps_ir/input/operators2_7.dart
diff --git a/tests/compiler/dart2js/cps_ir/input/operators2_7.dart b/tests/compiler/dart2js/cps_ir/input/operators2_7.dart
index f2c68eef3251f631be9824cc65f0e7f9f826f660..225701be5710a5ee322b5fb90e5abf4356233ab8 100644
--- a/tests/compiler/dart2js/cps_ir/input/operators2_7.dart
+++ b/tests/compiler/dart2js/cps_ir/input/operators2_7.dart
@@ -1,5 +1,7 @@
+// Method to test: function(foo)
foo(a) => a ~/ 13;
main() {
+ print(foo.toString());
print(foo(5));
print(foo(100));
}
« no previous file with comments | « tests/compiler/dart2js/cps_ir/input/operators2_2.dart ('k') | tests/compiler/dart2js/cps_ir/input/supercall_1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698