We’ve encountered an ambiguity: we have a function...
# language-proposals
n
We’ve encountered an ambiguity: we have a function that is overloaded for Int and Long. If we call it with a literal, the compiler doesn’t know which overload to call. We can use the “L” suffix to give the literal the Long type. But there’s no syntax for giving a literal the Int type. How about an I or i prefix for Ints?
l
@natpryce Could you report this on YouTrack and link it there?