Files
kotlin-fork/idea/testData/multiModuleFindUsages/findCommonClassFromActual/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

7 lines
145 B
Kotlin
Vendored

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