<@U9EDA303D> you could achieve a consistent behavi...
# language-proposals
k
@Pere Casafont you could achieve a consistent behavior with
myNullable?.let { }
which only executes the block if
myNullable
is not null. Also more or less the same number of keystrokes
💯 1