Since the actual code usage is technically the sam...
# tornadofx
r
Since the actual code usage is technically the same, it all comes down to readability. Jonathan is correct that Kotlin developers would probably see a distinction between
Property<Date?>
and
Property<Date>
even if one doesn't exist.