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

6 lines
91 B
Kotlin
Vendored

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