| Index: test/codegen/expect/sunflower/sunflower.txt
|
| diff --git a/test/codegen/expect/sunflower/sunflower.txt b/test/codegen/expect/sunflower/sunflower.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..be2519f4d68f7fe3be4029f852c103b2516da48d
|
| --- /dev/null
|
| +++ b/test/codegen/expect/sunflower/sunflower.txt
|
| @@ -0,0 +1,7 @@
|
| +// Messages from compiling sunflower.html
|
| +info: line 20, column 29 of test/codegen/sunflower/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/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');
|
| + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|