8a0808b133
#KT-6705 Fixed
7 lines
125 B
Kotlin
7 lines
125 B
Kotlin
// "Create local variable 'foo'" "true"
|
|
// ACTION: Create parameter 'foo'
|
|
|
|
fun test(): Int {
|
|
val foo = 0
|
|
return foo
|
|
} |