Join Slack
Powered by
in the case of `while(false)`, the value would not...
# language-proposals
j
janvladimirmostert
02/07/2017, 8:31 PM
in the case of
while(false)
, the value would not be set and you'd have to do something like:
val k = while(false) {} ?: "defaultValue"
Open in Slack
Previous
Next