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

Side by Side Diff: test/dart_codegen/expect/types.txt

Issue 1148283010: Remove dart backend (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Messages from compiling types.dart
2 info: line 10, column 6 of test/dart_codegen/types/c.dart: [DynamicCast] f4(3) ( dynamic) will need runtime check to cast to type A
3 f3(f4(3));
4 ^^^^^
5 warning: line 11, column 6 of test/dart_codegen/types/c.dart: [DownCastComposite ] f4 ((dynamic) → dynamic) will need runtime check to cast to type (A) → A
6 f1(f4);
7 ^^
8 info: line 10, column 14 of test/dart_codegen/types/d.dart: [DynamicCast] f4(""" hello""") (dynamic) will need runtime check to cast to type A
9 var x = f3(f4("""hello"""));
10 ^^^^^^^^^^^^^^^
11 warning: line 11, column 14 of test/dart_codegen/types/d.dart: [DownCastComposit e] f4 ((dynamic) → dynamic) will need runtime check to cast to type (A) → A
12 var y = f1(f4);
13 ^^
OLDNEW
« no previous file with comments | « test/dart_codegen/expect/typed_data/typed_data ('k') | test/dart_codegen/expect/types/types.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698