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

7 lines
115 B
Plaintext
Vendored

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