[tests] Return caret names from ExpressionMarkerProvider

Render caret names in resolve testData, so that we don't have to guess
the indices of the carets;
it makes the multi-caret testData less error-prone.

Relevant for KT-65152 and KT-62695
This commit is contained in:
Roman Golyshev
2024-01-24 16:05:23 +01:00
committed by Space Team
parent 2befd2bffb
commit fb225f5f20
20 changed files with 128 additions and 114 deletions
@@ -1,5 +1,5 @@
Caret 1 resolved to:
<caret_1> resolved to:
0: (in test.Base) fun test.Receiver.ext()
Caret 2 resolved to:
<caret_2> resolved to:
0: (in test.Base) fun test.Receiver.ext()