fb225f5f20
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
16 lines
487 B
Plaintext
Vendored
16 lines
487 B
Plaintext
Vendored
<caret_1> resolved to:
|
|
0: (in test) fun kotlin.Any.function()
|
|
1: (in test) fun test.Base.function(i: kotlin.Int)
|
|
|
|
<caret_2> resolved to:
|
|
0: (in test) fun kotlin.Any.function()
|
|
1: (in test) fun test.Base.function(i: kotlin.Int)
|
|
|
|
<caret_3> resolved to:
|
|
0: (in test) fun kotlin.Any.function()
|
|
1: (in test) fun test.Base.function(i: kotlin.Int)
|
|
2: (in test.Base) fun function()
|
|
|
|
<caret_4> resolved to:
|
|
0: (in test) fun kotlin.Any.function()
|
|
1: (in test) fun test.Base.function(i: kotlin.Int) |