Files
kotlin-fork/idea/testData/multiModuleLineMarker/expectWithOverload/common/common.kt
T

5 lines
74 B
Kotlin
Vendored

expect fun doSomething(s: String)
fun doSomething(s: String, i: Int) {
}