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

Unified Diff: sdk/lib/_internal/compiler/implementation/compiler.dart

Issue 12598003: Support type variables as expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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/compiler/implementation/compiler.dart
diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
index d5791b0018c79b233de14f5e276abd72849678f3..849e544213cdceb7a4ce21e9e51a1c2b4944bcec 100644
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
@@ -141,6 +141,7 @@ abstract class Backend {
void registerThrow() {}
void registerLazyField() {}
void registerTypeLiteral() {}
+ void registerTypeVariable() {}
ngeoffray 2013/03/11 10:24:06 TypeVariableUsedAsExpression ?
karlklose 2013/03/12 09:05:02 Renamed to registerTypeVariableExpression.
void registerStackTraceInCatch() {}
void registerIsCheck(DartType type, Enqueuer enqueuer) {}
void registerAsCheck(DartType type) {}

Powered by Google App Engine
This is Rietveld 408576698