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

4 lines
70 B
Kotlin
Vendored

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