7425986bf0
declarations.
9 lines
129 B
Kotlin
Vendored
9 lines
129 B
Kotlin
Vendored
// UNRESOLVED_REFERENCE
|
|
|
|
@Deprecated("don't use i", level = DeprecationLevel.HIDDEN)
|
|
val i: Int = 1
|
|
|
|
fun test() {
|
|
<caret>i
|
|
}
|