| Index: lib/compiler/implementation/elements/elements.dart
|
| diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart
|
| index 994ff8a7dbd1be63ce336f92d1d6dc567378efd4..8ef9741dd9d0ab0baac140b288f21c0d1d802463 100644
|
| --- a/lib/compiler/implementation/elements/elements.dart
|
| +++ b/lib/compiler/implementation/elements/elements.dart
|
| @@ -713,7 +713,7 @@ class ClassElement extends ContainerElement {
|
|
|
| Type computeType(compiler) {
|
| if (type === null) {
|
| - type = new SimpleType(name, this);
|
| + type = new InterfaceType(name, this);
|
| }
|
| return type;
|
| }
|
|
|