74476b5e4c
This makes is a little easier to investigate errors. R=sigmund@google.com Review URL: https://codereview.chromium.org/993513005
11 lines
546 B
Plaintext
11 lines
546 B
Plaintext
// Messages from compiling methods.dart
|
|
info: line 14, column 21 of test/codegen/methods.dart: [DownCast] b (num) will need runtime check to cast to type int
|
|
int z([num b]) => b;
|
|
^
|
|
info: line 19, column 12 of test/codegen/methods.dart: [DownCast] a + b (num) will need runtime check to cast to type int
|
|
return a + b;
|
|
^^^^^
|
|
warning: line 49, column 3 of test/codegen/methods.dart: [DynamicInvoke] f.bar("Bar's call method!") requires dynamic invoke
|
|
f.bar("Bar's call method!");
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|