Join Slack
Powered by
The `!=null` check does not work for `var`s, but y...
# language-proposals
a
aimozg
02/04/2017, 7:27 PM
The
!=null
check does not work for `var`s, but you can capture the value with local
val varfield = varfield
Open in Slack
Previous
Next