index
:
github/archenemy.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
)
}