5 lines
84 B
Plaintext
Vendored
5 lines
84 B
Plaintext
Vendored
fun foo(): Int {
|
|
return 1
|
|
}
|
|
|
|
foo() // RESULT: res1: kotlin.Int = 1 |