5 lines
108 B
Kotlin
Vendored
5 lines
108 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtProperty
|
|
// OPTIONS: usages
|
|
val <caret>foo = "foo"
|
|
val bar = foo
|