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

6 lines
55 B
Plaintext

if (ok) {
res = "ok"
} else {
res = "failed"
}