Is this resolution error expected behavior? I unde...
# announcements
b
Is this resolution error expected behavior? I understand that
Int
literals can be implicitly cast to
Long
in parameters, but this seems like it should choose the
Int
function. It's unambiguous if you remove the receivers from the extension functions.