5 lines
74 B
Kotlin
Vendored
5 lines
74 B
Kotlin
Vendored
expect fun doSomething(s: String)
|
|
|
|
fun doSomething(s: String, i: Int) {
|
|
|
|
} |