Yes, although I usually collapse these on the same...
# language-proposals
c
Yes, although I usually collapse these on the same line if they fit (Android convention):
Copy code
val result =
  if (foo) something
  else somethingElse