Files
kotlin-fork/idea/resources/intentionDescriptions/IfThenToSafeAccessIntention/before.kt.template
T
2014-03-12 16:02:56 +04:00

2 lines
85 B
Plaintext

val result = if (maybeSomething != null) maybeSomething.perform(something) else null