I guess `.let { it ?: defaultValue }` is also doab...
# stdlib
k
I guess
.let { it ?: defaultValue }
is also doable but IntelliJ actually tries to autocorrect that for you to the Elvis version with parens, which I'm personally not a fan of because it modifies the beginning of the line too, and doesn't flow as nicely