Files
kotlin-fork/idea/testData/refactoring/introduceVariable/ReplaceOccurence.kt
T
2014-04-17 19:01:17 +04:00

4 lines
60 B
Kotlin

fun a(x: Int) {}
fun b() {
a(<selection>1</selection>)
}