Files
kotlin-fork/idea/testData/multiModuleFindUsages/findCommonFromActual/jvm/jvm.kt
T
Mikhail Glukhikh e885e54233 Implement search from expect element in KotlinReferenceSearcher
So mostly #KT-17512 Fixed
2018-06-26 15:36:06 +03:00

4 lines
122 B
Kotlin
Vendored

// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
// OPTIONS: usages, expected
actual fun <caret>boo(s: String) {}