Join Slack
Powered by
For my case the local and even the `let` feels ext...
# language-proposals
j
jw
05/23/2016, 9:20 PM
For my case the local and even the
let
feels extra needless because it's only used in the
else
block
Copy code
when (foo().bar().baz) { "hi" -> println("Hello") else -> println("ERROR: $it") }
Open in Slack
Previous
Next