String
in fn
definition allows any type to be used
#17
Labels
mojo-repo
Tag all issues with this label
String
in fn
definition allows any type to be used
#17
Bug Description
String
type infn
allows any type to be usedSteps to Reproduce
Create a notebook on the playground with:
Resulting in everything that doesn't match the (Int,Int) overload running through (String,String) and concatenating
Context
With a single (Int, Int) fn trying to use any type other than
Int
fails to compile correctly, but havingString
either by itself or overloaded will allow any type through, is this intentional?The text was updated successfully, but these errors were encountered: