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

Unified Diff: test/codegen/expect/constructors.js

Issue 1058653002: implement mixins in subtype checks, more codegen fixes (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
Index: test/codegen/expect/constructors.js
diff --git a/test/codegen/expect/constructors.js b/test/codegen/expect/constructors.js
index 289c4633db489ecde6fa10fc02f1a6a8e592be21..4fb06b7c78bdcf4b32eb76d6eb90753fddf2edc8 100644
--- a/test/codegen/expect/constructors.js
+++ b/test/codegen/expect/constructors.js
@@ -1,8 +1,7 @@
var constructors;
(function(exports) {
'use strict';
- class A extends core.Object {
- }
+ class A extends core.Object {}
class B extends core.Object {
B() {
}

Powered by Google App Engine
This is Rietveld 408576698