10 lines
147 B
Kotlin
Vendored
10 lines
147 B
Kotlin
Vendored
// PSI_ELEMENT: com.intellij.psi.PsiField
|
|
// OPTIONS: usages
|
|
// FIND_BY_REF
|
|
package usages
|
|
|
|
import library.Foo
|
|
|
|
fun test() {
|
|
Foo.<caret>X = 1
|
|
} |