[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
+4
-4
@@ -1,11 +1,11 @@
|
||||
Caret 1 resolved to:
|
||||
<caret_1> resolved to:
|
||||
0: (in test) fun test.Foo.extFun()
|
||||
|
||||
Caret 2 resolved to:
|
||||
<caret_2> resolved to:
|
||||
0: (in test) fun test.Foo.extFun()
|
||||
|
||||
Caret 3 resolved to:
|
||||
<caret_3> resolved to:
|
||||
0: (in test) fun test.Foo.extFun()
|
||||
|
||||
Caret 4 resolved to:
|
||||
<caret_4> resolved to:
|
||||
0: (in test) fun test.Foo.extFun()
|
||||
Reference in New Issue
Block a user