Join Slack
Powered by
<@U78L28DMX> The property delegate generated by `v...
# tornadofx
e
edvin
01/21/2018, 4:12 PM
@amanda.hinchman-dominguez
The property delegate generated by
val rows by rowsProperty
is defined as type
Int
from Kotlin, while the
val name by nameProperty
results in a Java String. Since that's a platform type, it allows null, while the Kotlin type Int doesn't accept null.
3
Views
Open in Slack
Previous
Next