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
error: cannot determine a type for this expression: cannot determine the type of this integer; add a suffix to specify the type explicitly
despite the fact that the actual type is determinant.
Fixing this problem could help mitigate problems with the int fallback: for functions like range, we could provide a default type parameter of, say, uint while retaining flexibility for other types. (Doing so loses some of the benefit of the fallback removal, but we can introduce defaults in a controlled way.)