Skip to content

Instantly share code, notes, and snippets.

@shkschneider
Last active March 14, 2019 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shkschneider/2ea979aea0771dad97040f37d0c2d04f to your computer and use it in GitHub Desktop.
Save shkschneider/2ea979aea0771dad97040f37d0c2d04f to your computer and use it in GitHub Desktop.
fun x(): String = when {
// ...
// ... ->
{
val value = whatever()
if (value) {
"something"
} else {
""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment