Index: pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart |
diff --git a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart |
index 5cf3861e9a7397c195c6d0291d41de01b5d91017..9ca821b66d4d2e83218b6ebabd495f6adb829e3f 100644 |
--- a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart |
+++ b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart |
@@ -302,6 +302,8 @@ class KernelAstAdapter extends KernelToElementMapMixin |
InterfaceType getInterfaceType(ir.InterfaceType type) => getDartType(type); |
+ InterfaceType getThisType(ClassElement cls) => cls.thisType; |
+ |
InterfaceType createInterfaceType( |
ir.Class cls, List<ir.DartType> typeArguments) { |
return new ResolutionInterfaceType( |