| Index: dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| ===================================================================
|
| --- dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart (revision 30037)
|
| +++ dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart (working copy)
|
| @@ -932,7 +932,8 @@
|
|
|
| abstract class MixinApplicationElement extends ClassElement {
|
| ClassElement get mixin;
|
| - void set mixin(ClassElement value);
|
| + InterfaceType get mixinType;
|
| + void set mixinType(InterfaceType value);
|
| void addConstructor(FunctionElement constructor);
|
| }
|
|
|
|
|