Chromium Code Reviews| 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) {} |