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

Unified Diff: tests/lib/mirrors/mixin_test.dart

Issue 27369003: Update mirror tests to new mixin application syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « tests/lib/mirrors/mixin_application_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/mixin_test.dart
diff --git a/tests/lib/mirrors/mixin_test.dart b/tests/lib/mirrors/mixin_test.dart
index 306ce6d7470b0128f39dc8028f32423f5aa99bd9..91566a1086a6dc9ef01589889b1374c4e46eb58c 100644
--- a/tests/lib/mirrors/mixin_test.dart
+++ b/tests/lib/mirrors/mixin_test.dart
@@ -13,7 +13,7 @@ class Mixin {}
class Mixin2 {}
class Mixin3 {}
-typedef MixinApplication = Super with Mixin;
+class MixinApplication = Super with Mixin;
class Class extends Super with Mixin {}
class MultipleMixins extends Super with Mixin, Mixin2, Mixin3 {}
« no previous file with comments | « tests/lib/mirrors/mixin_application_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698