Side by Side Diff: test/codegen/expect/sunflower/sunflower.txt
Issue 1007313003:
Move sunflower to a new directory, make final tweaks to make it all work. (Closed)
Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set:
Created 5 years, 9 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
2 info: line 20, column 29 of test/codegen/sunflower/sunflower.dart: [DownCast] qu
erySelector("#slider") (Element) will need runtime check to cast to type InputEl
ement
3 final InputElement slider = querySelector("#slider");
4 ^^^^^^^^^^^^^^^^^^^^^^^^
5 info: line 25, column 5 of test/codegen/sunflower/sunflower.dart: [DownCast] (qu
erySelector("#canvas") as CanvasElement).getContext('2d') (RenderingContext) wil
l need runtime check to cast to type CanvasRenderingContext2D
6 (querySelector("#canvas") as CanvasElement).getContext('2d');
Issue 1007313003: Move sunflower to a new directory, make final tweaks to make it all work.
(Closed)
Created 5 years, 9 months ago by Siggi Cherem (dart-lang)
Modified 5 years, 9 months ago
Reviewers: Jennifer Messerly, Jacob
Base URL: git@github.com:dart-lang/dev_compiler.git@master
Comments: 0