| Index: lib/compiler/implementation/elements/elements.dart
|
| diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart
|
| index 6736b57ef0d87732f74056afb838ea413bb7c20b..05048c593d69f67435c919546f886ea14305f649 100644
|
| --- a/lib/compiler/implementation/elements/elements.dart
|
| +++ b/lib/compiler/implementation/elements/elements.dart
|
| @@ -798,6 +798,7 @@ class ClassElement extends ContainerElement {
|
|
|
| Link<Type> allSupertypes;
|
| ClassElement patch = null;
|
| + Node defaultClause; // Only for interfaces.
|
|
|
| ClassElement(SourceString name, CompilationUnitElement enclosing, this.id)
|
| : localMembers = new Map<SourceString, Element>(),
|
|
|