mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
7 lines
125 B
Plaintext
Vendored
7 lines
125 B
Plaintext
Vendored
// "Create local variable 'foo'" "true"
|
|
// ACTION: Create parameter 'foo'
|
|
|
|
fun test(): Int {
|
|
val foo = 0
|
|
return foo
|
|
} |