Files
kotlin-fork/idea/resources/intentionDescriptions/UnfoldPropertyToWhenIntention/before.kt.template
T

6 lines
66 B
Plaintext

val res = when (n) {
1 -> "one"
2 -> "two"
else -> "many"
}