Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(985)

Unified Diff: test/codegen/expect/sunflower/sunflower.txt

Issue 1147053003: Modified sunflower (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rebased Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/codegen/expect/sunflower/sunflower.txt
diff --git a/test/codegen/expect/sunflower/sunflower.txt b/test/codegen/expect/sunflower/sunflower.txt
index 7ae4d8dcb42c333e26c7d76128006a16099fecdd..f02da3522b8d65e323427a99df4a5cddbebc482f 100644
--- a/test/codegen/expect/sunflower/sunflower.txt
+++ b/test/codegen/expect/sunflower/sunflower.txt
@@ -1,10 +1,4 @@
// Messages from compiling sunflower.html
-info: line 20, column 29 of test/codegen/sunflower/sunflower.dart: [AssignmentCast] 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: [AssignmentCast] (querySelector("#canvas") as CanvasElement).getContext('2d') (RenderingContext) will need runtime check to cast to type CanvasRenderingContext2D
- (querySelector("#canvas") as CanvasElement).getContext('2d');
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-info: line 28, column 37 of test/codegen/sunflower/sunflower.dart: [InferredTypeClosure] (e) => draw() has inferred type (Event) → void
+info: line 25, column 37 of test/codegen/sunflower/sunflower.dart: [InferredTypeClosure] (e) => draw() has inferred type (Event) → void
slider.addEventListener('change', (e) => draw());
^^^^^^^^^^^^^

Powered by Google App Engine
This is Rietveld 408576698