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

Unified Diff: test/report_test.dart

Issue 1038583004: Rationalize coercions (Closed) Base URL: https://github.com/dart-lang/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
« test/checker/checker_test.dart ('K') | « test/dart_codegen/expect/types.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/report_test.dart
diff --git a/test/report_test.dart b/test/report_test.dart
index c1e282b68f2ac06d6fd3f7b7443251726f7c7d2c..7858890ca5a09301eafb7d9bdc8e106ca84ddf30 100644
--- a/test/report_test.dart
+++ b/test/report_test.dart
@@ -28,7 +28,7 @@ void main() {
'package:foo/bar.dart': '''
num x;
test2() {
- int y = /*info:DownCast*/x;
+ int y = /*info:AssignmentCast*/x;
}
''',
};
« test/checker/checker_test.dart ('K') | « test/dart_codegen/expect/types.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698