mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
4 lines
43 B
Plaintext
Vendored
4 lines
43 B
Plaintext
Vendored
fun x(): Int {
|
|
val i = 1
|
|
return i
|
|
} |