Its annoying having to do `something(bar ?: 100)` ...
# language-proposals
r
Its annoying having to do
something(bar ?: 100)
where the
100
is also the default value (because now I have the same value in two places). I don't see an easy solution though.