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

Unified Diff: sdk/lib/_internal/compiler/implementation/tree/nodes.dart

Issue 12018014: Start allowing mixin application extensions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Extend test cases. Created 7 years, 11 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: sdk/lib/_internal/compiler/implementation/tree/nodes.dart
diff --git a/sdk/lib/_internal/compiler/implementation/tree/nodes.dart b/sdk/lib/_internal/compiler/implementation/tree/nodes.dart
index 5df2b1485df8bc8fc51bd7d7a30afb79bc8a0bc7..2d4905464326496bfbaa42a6bdd57cb990a89c39 100644
--- a/sdk/lib/_internal/compiler/implementation/tree/nodes.dart
+++ b/sdk/lib/_internal/compiler/implementation/tree/nodes.dart
@@ -201,7 +201,7 @@ abstract class Node extends TreeElementMixin implements Spannable {
class ClassNode extends Node {
final Modifiers modifiers;
final Identifier name;
- final TypeAnnotation superclass;
+ final Node superclass;
final NodeList interfaces;
final NodeList typeParameters;
final NodeList body;
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/scanner/parser.dart ('k') | tests/language/mixin_extends_field_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698