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

Unified Diff: lib/compiler/implementation/typechecker.dart

Issue 10692040: Mirrors prototype added to dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: dart2js_mirror.dart included in the cl Created 8 years, 6 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
« no previous file with comments | « no previous file | lib/dartdoc/mirrors/dart2js_mirror.dart » ('j') | lib/dartdoc/mirrors/dart2js_mirror.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/typechecker.dart
diff --git a/lib/compiler/implementation/typechecker.dart b/lib/compiler/implementation/typechecker.dart
index 54698b8aa099814b8cef111481931ddde1977098..f5a600fa3e08f04b40f497efe977c7630b43dbe0 100644
--- a/lib/compiler/implementation/typechecker.dart
+++ b/lib/compiler/implementation/typechecker.dart
@@ -31,7 +31,7 @@ interface Type {
class TypeVariableType implements Type {
final SourceString name;
- Element element;
+ TypeVariableElement element;
TypeVariableType(this.name, [this.element]);
toString() => name.slowToString();
« no previous file with comments | « no previous file | lib/dartdoc/mirrors/dart2js_mirror.dart » ('j') | lib/dartdoc/mirrors/dart2js_mirror.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698