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
Current behavior:
Error messages for wrong function usage (incorrect types) do not specify which types are expected. Instead it says: Function length cannot be used here: uint32, A
Expected behavior:
State which types are expected for the used function. Also A is confusing.
Related code:
var x : stdlib.int16 = 10;
var y : stdlib.int16 = x.length();
The text was updated successfully, but these errors were encountered:
Current behavior:
Error messages for wrong function usage (incorrect types) do not specify which types are expected. Instead it says:
Function length cannot be used here: uint32, A
Expected behavior:
State which types are expected for the used function. Also
A
is confusing.Related code:
The text was updated successfully, but these errors were encountered: