| OLD | NEW |
| 1 // Messages from compiling constructors.dart | 1 // Messages from compiling constructors.dart |
| 2 warning: [DownCastComposite] y (dynamic) will need runtime check to cast to type
T (test/codegen/constructors.dart, line 90, col 14) | 2 warning: [DownCastComposite] y (dynamic) will need runtime check to cast to type
T (test/codegen/constructors.dart, line 90, col 14) |
| 3 info: [DynamicCast] q.x (dynamic) will need runtime check to cast to type String
(test/codegen/constructors.dart, line 96, col 12) | |
| 4 info: [DynamicCast] q.x (dynamic) will need runtime check to cast to type String
(test/codegen/constructors.dart, line 101, col 12) | |
| OLD | NEW |