e885e54233
So mostly #KT-17512 Fixed
8 lines
100 B
Kotlin
Vendored
8 lines
100 B
Kotlin
Vendored
fun test() {
|
|
My("a").boo()
|
|
My("b").boo()
|
|
}
|
|
|
|
expect class My(val s: String) {
|
|
fun boo()
|
|
} |