Is there a safe way to call `with()` with a nullab...
# getting-started
m
Is there a safe way to call
with()
with a nullable receiver? Like with
nullable?.run { }
?