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
test.d(5): Error: function `f` is not callable using argument types `(int, string, int)`
test.d(5): cannot pass argument `"foo"` of type `string` to parameter `int __param_1`
test.d(1): `test.f(int __param_0, int __param_1, int __param_2)` declared here
The error is reported on line 5 (the function being called), but it would be more useful to report it on line 7 (the argument which does not match).
The text was updated successfully, but these errors were encountered:
Output:
The error is reported on line 5 (the function being called), but it would be more useful to report it on line 7 (the argument which does not match).
The text was updated successfully, but these errors were encountered: