| Index: sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| index 42ef97cbceb929231197e5ab9a94937bf2437550..394d4e43853e6877dc255ddc76483687de29e07f 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| @@ -1574,6 +1574,7 @@ abstract class BaseClassElementX extends ElementX implements ClassElement {
|
|
|
| bool get isUnnamedMixinApplication => false;
|
|
|
| + // TODO(johnniwinther): Add [thisType] getter similar to [rawType].
|
| InterfaceType computeType(Compiler compiler) {
|
| if (thisType == null) {
|
| if (origin == null) {
|
|
|