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

Unified Diff: tests/compiler/dart2js/resolver_test.dart

Issue 10942028: Support class and typedef literals as expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add a comment. Created 8 years, 2 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: tests/compiler/dart2js/resolver_test.dart
diff --git a/tests/compiler/dart2js/resolver_test.dart b/tests/compiler/dart2js/resolver_test.dart
index 96c820a35b471e0892b11b4983b2a14a41d374a1..0f5fd7272a796a038ce1892fcf3874b458ada234 100644
--- a/tests/compiler/dart2js/resolver_test.dart
+++ b/tests/compiler/dart2js/resolver_test.dart
@@ -717,6 +717,7 @@ testInitializers() {
class Closure {}
class Null {}
class Dynamic_ {}
+ class Type {}
class Object { Object() : super(); }''';
resolveConstructor(script, "Object o = new Object();", "Object", "Object", 1,
expectedWarnings: [],

Powered by Google App Engine
This is Rietveld 408576698