blob: 13e025b93aac8a9b57567b2b6d3f0e7808509df5 [file] [log] [blame]
fun foo(): Int {
return 1
}
foo() // RESULT: res1: kotlin.Int = 1