| Index: test/codegen/expect/sunflower.txt
|
| diff --git a/test/codegen/expect/sunflower.txt b/test/codegen/expect/sunflower.txt
|
| index 91cd99b5ebed1d3ec1c0c0b26c10a20d3ce5e67d..fad330a131293f15a943ae95ce7eb21fa0ad7819 100644
|
| --- a/test/codegen/expect/sunflower.txt
|
| +++ b/test/codegen/expect/sunflower.txt
|
| @@ -1,7 +1,7 @@
|
| // Messages from compiling sunflower.dart
|
| -info: line 20, column 29 of test/codegen/sunflower.dart: querySelector("#slider") (Element) will need runtime check to cast to type InputElement
|
| +info: line 20, column 29 of test/codegen/sunflower.dart: [DownCast] querySelector("#slider") (Element) will need runtime check to cast to type InputElement
|
| final InputElement slider = querySelector("#slider");
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
| -info: line 25, column 5 of test/codegen/sunflower.dart: (querySelector("#canvas") as CanvasElement).getContext('2d') (RenderingContext) will need runtime check to cast to type CanvasRenderingContext2D
|
| +info: line 25, column 5 of test/codegen/sunflower.dart: [DownCast] (querySelector("#canvas") as CanvasElement).getContext('2d') (RenderingContext) will need runtime check to cast to type CanvasRenderingContext2D
|
| (querySelector("#canvas") as CanvasElement).getContext('2d');
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|