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
| The arguments did not match any of the methods' parameters. |
| Method or MultiMethod name: - |
| Called with arguments' types: Time, Time |
| Please check that you pass the right number of arguments. |
| Please check that arguments' types are matching methods' parameters. |
Maybe:
F '+'(a:Time, b:Time) a.Int() + b.Int()
F '-'(a:Time, b:Time) a.Int() - b.Int()
The text was updated successfully, but these errors were encountered:
returns
Maybe:
The text was updated successfully, but these errors were encountered: