Files
kotlin-fork/idea/testData/refactoring/introduceParameter/localVar.kt
T

5 lines
73 B
Kotlin

fun foo(): Int {
<selection>val x = 1</selection>
return 1 + x
}