| Index: sdk/lib/_internal/compiler/implementation/mirrors/dart2js_type_mirrors.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_type_mirrors.dart b/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_type_mirrors.dart
|
| index 92ef142b1e8a68a18586747f1d695ffec9a44174..3d3b668a16de5b6ebf514e3509ac0222da1f4401 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_type_mirrors.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_type_mirrors.dart
|
| @@ -33,6 +33,10 @@ abstract class Dart2JsTypeMirror
|
| return mirrorSystem._getLibrary(_type.element.getLibrary());
|
| }
|
|
|
| + bool get hasReflectedType => throw new UnimplementedError();
|
| +
|
| + Type get reflectedType => throw new UnimplementedError();
|
| +
|
| bool get isOriginalDeclaration => true;
|
|
|
| TypeMirror get originalDeclaration => this;
|
|
|