Files
kotlin-fork/idea/testData/scratch/simpleFun.kts
T

7 lines
65 B
Kotlin
Vendored

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