0df5d5158d
#KT-38297 Fixed
2 lines
85 B
Plaintext
2 lines
85 B
Plaintext
val result = if (maybeSomething != null) maybeSomething.perform(something) else null
|