Join Slack
Powered by
for a `foo: Boolean?`, `foo ?: false` is equivalen...
# intellij
y
yole
10/20/2017, 9:22 AM
for a
foo: Boolean?
,
foo ?: false
is equivalent to
foo == true
, and the latter is preferred according to the Kotlin style guide
Open in Slack
Previous
Next