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
That's right. Currently we break the verification step into two parts (signature then body) but keep them combined for short functions. We actually need three steps (parameters then return then body, combining the last two for short functions).
This looks to be related to the way type verification is performed for short function definitions (where the return type is inferred).
Error:
If you uncomment the middle line and comment out the last line, then the overloads resolve as expected and everything works.
The text was updated successfully, but these errors were encountered: