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
11 lines
196 B
Plaintext
Vendored
11 lines
196 B
Plaintext
Vendored
<caret_1> resolved to:
|
|
0: (in foo) fun foo()
|
|
1: (in foo) interface foo
|
|
2: package foo
|
|
|
|
<caret_2> resolved to:
|
|
0: package foo
|
|
|
|
<caret_3> resolved to:
|
|
0: (in foo) fun foo()
|
|
1: (in foo) interface foo |