| Index: pkg/compiler/lib/src/kernel/element_map.dart
|
| diff --git a/pkg/compiler/lib/src/kernel/element_map.dart b/pkg/compiler/lib/src/kernel/element_map.dart
|
| index d87427ba9209107dbcceee45caf5508773467c82..254048cb2af064e1669e8f2fba3ec84001cdaa7b 100644
|
| --- a/pkg/compiler/lib/src/kernel/element_map.dart
|
| +++ b/pkg/compiler/lib/src/kernel/element_map.dart
|
| @@ -148,6 +148,10 @@ abstract class KernelToElementMap {
|
| /// Returns the `noSuchMethod` [FunctionEntity] call from a
|
| /// `super.noSuchMethod` invocation within [cls].
|
| FunctionEntity getSuperNoSuchMethod(ClassEntity cls);
|
| +
|
| + /// Returns a [Spannable] for a message pointing to the IR [node] in the
|
| + /// context of [member].
|
| + Spannable getSpannable(MemberEntity member, ir.Node node);
|
| }
|
|
|
| /// Kinds of foreign functions.
|
|
|