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

15 lines
187 B
Kotlin
Vendored

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