You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently only support Int64 when inferring integer literals.
We need a way to have a "generic" int that is either bound by constraints when used in the program or defaulting to Int64 if no particular need is expressed.
This fails with a type error between the 10 number literal that is an Int64 and the bar field that requires an Int16
We currently only support
Int64
when inferring integer literals.We need a way to have a "generic" int that is either bound by constraints when used in the program or defaulting to Int64 if no particular need is expressed.
This fails with a type error between the
10
number literal that is an Int64 and thebar
field that requires an Int16The text was updated successfully, but these errors were encountered: