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

6 lines
74 B
Plaintext

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