| Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| index 30825c74fc79efb95a9d2aef9d117fea2c1958b5..26ff3b6479bd7df9a02049dd1edeefabb8e06553 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| @@ -819,6 +819,7 @@ abstract class ClassElement extends TypeDeclarationElement
|
| SourceString get nativeTagInfo;
|
|
|
| bool get isMixinApplication;
|
| + bool get isUnnamedMixinApplication;
|
| bool get hasBackendMembers;
|
| bool get hasLocalScopeMembers;
|
|
|
|
|