7 lines
104 B
Plaintext
Vendored
7 lines
104 B
Plaintext
Vendored
// REPL_MODE: true
|
|
|
|
fun foo(): Int {
|
|
return 1
|
|
}
|
|
|
|
foo() // RESULT: res1: kotlin.Int = 1 |