304112cd8a
Instead of relying on UNRESOLVED_REFERENCE directive for the whole file, just render the unresolved reference right in the .txt testdata This will allow to introduce multi-caret resolve testdata more naturally Required for KT-65152 and KT-62695
7 lines
104 B
Kotlin
Vendored
7 lines
104 B
Kotlin
Vendored
@Deprecated("don't use i", level = DeprecationLevel.HIDDEN)
|
|
val i: Int = 1
|
|
|
|
fun test() {
|
|
<caret>i
|
|
}
|