Files
kotlin-fork/idea/scripting-support/testData/scratch/simpleFun.kts
T
2019-10-08 15:02:32 +03:00

7 lines
65 B
Kotlin
Vendored

// REPL_MODE: ~REPL_MODE~
fun foo(): Int {
return 1
}
foo()