Join Slack
Powered by
i suspect it's because `val x = null` gets a type ...
# announcements
j
jw
03/29/2018, 6:24 PM
i suspect it's because
val x = null
gets a type of
Nothing?
and since
Nothing
is a subtype of all type the more specific of
Int
and
Any
is chosen when resolving the extension overload
Open in Slack
Previous
Next