7 lines
65 B
Kotlin
Vendored
7 lines
65 B
Kotlin
Vendored
// REPL_MODE: ~REPL_MODE~
|
|
|
|
fun foo(): Int {
|
|
return 1
|
|
}
|
|
|
|
foo() |