none i can think of
but that raises a question
why would you allow an extension function on a nullable type?
if you allow it, the developer may or may not check for nullability
and in the latter case, raise a NPE
if you add the extension function on a non-nullable type
you force him to handle it anyway
r
razvandragut
08/03/2018, 10:56 AM
there might be some difference related to * type projections and Nothing ... but I'm not sure