mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
5 lines
81 B
Plaintext
Vendored
5 lines
81 B
Plaintext
Vendored
// "Create local variable 'foo'" "true"
|
|
|
|
fun test(n: Int) {
|
|
var foo = n + 1
|
|
} |