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

6 lines
53 B
Plaintext

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