| Index: runtime/observatory/lib/src/models/objects/class.dart
|
| diff --git a/runtime/observatory/lib/src/models/objects/class.dart b/runtime/observatory/lib/src/models/objects/class.dart
|
| index a2a90077f16d0ae2e7ce2a5ae9a94826c8b04e36..cd8d4cd798990c0938022f11ed498a75db62a8ce 100644
|
| --- a/runtime/observatory/lib/src/models/objects/class.dart
|
| +++ b/runtime/observatory/lib/src/models/objects/class.dart
|
| @@ -9,7 +9,7 @@ abstract class ClassRef extends ObjectRef {
|
| String get name;
|
| }
|
|
|
| -abstract class Class extends ObjectRef implements ClassRef {
|
| +abstract class Class extends Object implements ClassRef {
|
| /// The error which occurred during class finalization, if it exists.
|
| /// [optional]
|
| ErrorRef get error;
|
|
|