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
enumTestCorrectenddeffoo(one : Test, two : Test)
end
foo(:incorrect, :correct)
Returns the error message:
error in line 8
Error: expected argument #2 to 'foo' to match a member of enum Test.
Did you mean :correct?
Overloads are:
- foo(one : Test, two : Test)
This is pointing to the wrong argument as incorrect
The text was updated successfully, but these errors were encountered:
Returns the error message:
This is pointing to the wrong argument as incorrect
The text was updated successfully, but these errors were encountered: