Files
kotlin/idea/testData/scratch/simpleFun.repl.after
2018-02-01 10:21:55 +03:00

6 lines
55 B
Plaintext
Vendored

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