I have a slight correction to what I said earlier....
# tornadofx
r
I have a slight correction to what I said earlier. It seems
var value by someProperty
is
Type?
when
someProperty
is
Property<Type?>
, but is actually
Type!
when
someProperty
is
Property<Type>
.