2 lines
85 B
Plaintext
2 lines
85 B
Plaintext
val result = if (maybeSomething != null) maybeSomething.perform(something) else null
|
val result = if (maybeSomething != null) maybeSomething.perform(something) else null
|