OLD | NEW |
1 // Messages from compiling constructors.dart | 1 // Messages from compiling constructors.dart |
2 warning: line 90, column 14 of test/codegen/constructors.dart: [DownCastComposit
e] y (dynamic) will need runtime check to cast to type T | 2 warning: [DownCastComposite] y (dynamic) will need runtime check to cast to type
T (test/codegen/constructors.dart, line 90, col 14) |
3 Q(y) : x = y; | 3 info: [DynamicCast] q.x (dynamic) will need runtime check to cast to type String
(test/codegen/constructors.dart, line 96, col 12) |
4 ^ | 4 info: [DynamicCast] q.x (dynamic) will need runtime check to cast to type String
(test/codegen/constructors.dart, line 101, col 12) |
5 info: line 96, column 12 of test/codegen/constructors.dart: [DynamicCast] q.x (d
ynamic) will need runtime check to cast to type String | |
6 return q.x; | |
7 ^^^ | |
8 info: line 101, column 12 of test/codegen/constructors.dart: [DynamicCast] q.x (
dynamic) will need runtime check to cast to type String | |
9 return q.x; | |
10 ^^^ | |
OLD | NEW |