| Index: pkg/compiler/lib/src/elements/entities.dart
|
| diff --git a/pkg/compiler/lib/src/elements/entities.dart b/pkg/compiler/lib/src/elements/entities.dart
|
| index c6af6b95ad8167df040f7d75c40301bc6fd26584..147b797e36b35a7a33350a7a65c5ac02a6e64540 100644
|
| --- a/pkg/compiler/lib/src/elements/entities.dart
|
| +++ b/pkg/compiler/lib/src/elements/entities.dart
|
| @@ -41,6 +41,9 @@ abstract class ClassEntity extends Entity {
|
| /// Whether this is a synthesized class for a closurized method or local
|
| /// function.
|
| bool get isClosure;
|
| +
|
| + /// Whether this is an abstract class.
|
| + bool get isAbstract;
|
| }
|
|
|
| abstract class TypeVariableEntity extends Entity {
|
|
|