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

5 lines
73 B
Kotlin
Vendored

fun a() {
when (1) {
is 1 -> <selection>2</selection>
}
}