13 lines
209 B
Java
Vendored
13 lines
209 B
Java
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
|
|
// OPTIONS: usages
|
|
// FIND_BY_REF
|
|
// WITH_FILE_NAME
|
|
package usages
|
|
|
|
import library.*
|
|
|
|
class J {
|
|
static void test() {
|
|
new A().foo(1);
|
|
}
|
|
} |