Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5355)

Unified Diff: sdk/lib/_internal/lib/js_mirrors.dart

Issue 183853022: Hoist hasReflectedType and reflectedType from ClassMirror to TypeMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/lib/js_mirrors.dart
diff --git a/sdk/lib/_internal/lib/js_mirrors.dart b/sdk/lib/_internal/lib/js_mirrors.dart
index 3e781a37e81342efe45bc8771bcd203885bb6bf8..2f2069bbae94b08857ad4d2f14612a64299a0fd1 100644
--- a/sdk/lib/_internal/lib/js_mirrors.dart
+++ b/sdk/lib/_internal/lib/js_mirrors.dart
@@ -2367,6 +2367,10 @@ class JsTypedefMirror extends JsDeclarationMirror implements TypedefMirror {
String get _prettyName => 'TypedefMirror';
+ bool get hasReflectedType => throw new UnimplementedError();
+
+ Type get reflectedType => throw new UnimplementedError();
+
// TODO(ahe): Implement this method.
List<TypeVariableMirror> get typeVariables => throw new UnimplementedError();
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/mirrors/dart2js_type_mirrors.dart ('k') | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698