[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:
committed by
Space Team
parent
2befd2bffb
commit
fb225f5f20
+2
-2
@@ -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()
|
||||
Reference in New Issue
Block a user