bee7736baf
#KT-18322 Fixed
4 lines
120 B
Kotlin
Vendored
4 lines
120 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtParameter
|
|
// OPTIONS: usages
|
|
class Test(@JvmField val <caret>foo: String) {
|
|
} |