10 lines
150 B
Kotlin
Vendored
10 lines
150 B
Kotlin
Vendored
// PSI_ELEMENT: com.intellij.psi.PsiClass
|
|
// OPTIONS: usages
|
|
// FIND_BY_REF
|
|
package usages
|
|
|
|
import library.Foo
|
|
|
|
fun test() {
|
|
val foo: <caret>Foo
|
|
} |