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

4 lines
61 B
Kotlin
Vendored

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