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
Adding a ; #() to the end of every non-returning function (ideally on every branch rather than outside the entire function) would be an acceptable fix to me even if many translations change. I'd prefer the consistency over really convoluted logic for checking if it is necessary.
In something like
the translation for
swallowReturnValue
hasreturn3 #()
as the last expression (returning 3) when it needs to add; #()
to return the unit value.The text was updated successfully, but these errors were encountered: