e885e54233
So mostly #KT-17512 Fixed
7 lines
145 B
Kotlin
Vendored
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() {}
|
|
}
|