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

Unified Diff: test/codegen/expect/sunflower/dom.js

Issue 1045323002: emit interfaces before use (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.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/codegen/expect/server_mode/html_input.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/sunflower/dom.js
diff --git a/test/codegen/expect/sunflower/dom.js b/test/codegen/expect/sunflower/dom.js
index 62d83cdbe91307e23f5b0fc36916cbd4c605fbcd..87855b83335f3b4e02f8afd15880ee5ae47474e3 100644
--- a/test/codegen/expect/sunflower/dom.js
+++ b/test/codegen/expect/sunflower/dom.js
@@ -12,10 +12,8 @@ var dom;
}
}
let overload = new Overload();
- class Event extends core.Object {
- }
- class RenderingContext extends core.Object {
- }
+ class Event extends core.Object {}
+ class RenderingContext extends core.Object {}
class CanvasDrawingStyles extends core.Object {
CanvasDrawingStyles() {
this.lineWidth = null;
@@ -28,8 +26,7 @@ var dom;
this.textBaseline = null;
}
}
- class CanvasPathMethods extends core.Object {
- }
+ class CanvasPathMethods extends core.Object {}
// Exports:
exports.JsName = JsName;
exports.Overload = Overload;
« no previous file with comments | « test/codegen/expect/server_mode/html_input.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698