Files
kotlin-fork/idea/testData/scratch/simpleFun.comp.after
T
2018-05-24 15:07:37 +03:00

5 lines
94 B
Plaintext
Vendored

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