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

6 lines
53 B
Plaintext
Vendored

fun a() {
val i = 1
i
i
if (true) i
}