Hey! Is there a way to prevent null-safe (or shor...
# announcements
n
Hey! Is there a way to prevent null-safe (or short it somehow) in getting
Boolean
in such construction:
foo?.bar ?: false
?