Hi, does anyone know why Kotlin supports one line ...
# announcements
l
Hi, does anyone know why Kotlin supports one line
if
or
else
expressions, but doesn't support one line
try
or
catch
one line "blocks"? I mean, is it intentional to disallow `try`/`catch` one liners? Or because support for it just wasn't implemented yet?