Chromium Code Reviews| 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 | |
| 3 Q(y) : x = y; | |
| 4 ^ | |
| 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 |