mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
4 lines
48 B
Plaintext
Vendored
4 lines
48 B
Plaintext
Vendored
fun a() {
|
|
val i = 1
|
|
"it's a number $i"
|
|
} |