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

5 lines
62 B
Kotlin
Vendored

fun a() {
1
1
if (true) <selection>1</selection>
}