Files
kotlin-fork/idea/testData/scratch/simpleFun.kts
T
2018-02-01 10:21:55 +03:00

5 lines
38 B
Kotlin
Vendored

fun foo(): Int {
return 1
}
foo()