i suspect it's because `val x = null` gets a type ...
# announcements
j
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