summaryrefslogtreecommitdiff
path: root/archenemyexample/src/allJvm/kotlin/test.kt
blob: 87010a65a3baf77549213023465e8a5456c1d6cf (plain)
1
2
3
4
5
6
7
8
9
expect fun doStuff(args: Int)

fun callDoStuff() {
    doStuff(1)
}