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

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

Issue 1182653002: Refactor runtime into libraries, better type reps (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Address comments 2 Created 5 years, 6 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/opassign.js ('k') | test/codegen/expect/sunflower/dom.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/sunflower/circle.js
diff --git a/test/codegen/expect/sunflower/circle.js b/test/codegen/expect/sunflower/circle.js
index 9fe464bcc4158b7bc8db4759ce561e6c28c67f8e..8d0d720173b9f569a53e23049b3e4fa4c0346775 100644
--- a/test/codegen/expect/sunflower/circle.js
+++ b/test/codegen/expect/sunflower/circle.js
@@ -1,8 +1,10 @@
-dart.library('circle', null, /* Imports */[
+dart_library.library('circle', null, /* Imports */[
+ "dart_runtime/dart",
'dart/core'
], /* Lazy imports */[
-], function(exports, core) {
+], function(exports, dart, core) {
'use strict';
+ let dartx = dart.dartx;
class Circle extends core.Object {
Circle(x, y, radius) {
this.x = x;
« no previous file with comments | « test/codegen/expect/opassign.js ('k') | test/codegen/expect/sunflower/dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698