Index: compiler/java/com/google/dart/compiler/ast/DartClassTypeAlias.java |
=================================================================== |
--- compiler/java/com/google/dart/compiler/ast/DartClassTypeAlias.java (revision 16889) |
+++ compiler/java/com/google/dart/compiler/ast/DartClassTypeAlias.java (working copy) |
@@ -26,7 +26,7 @@ |
super(name); |
this.typeParameters.addAll(typeParameters); |
this.modifiers = modifiers; |
- this.superclass = superclass; |
+ this.superclass = becomeParentOf(superclass); |
this.mixins.addAll(mixins); |
this.interfaces.addAll(interfaces); |
} |