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

7 lines
71 B
Plaintext

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