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

6 lines
84 B
Plaintext
Vendored

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