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
Before yesterday I was using 1.0.6, and many of the libraries I am using have functions which call another function and have a returntype, but no explicit return. They returned the value of the function inside them automatically, but with 1.6 it no longer does that, it just always returns 0. Is there any way to at least get a warning about this? Like returntype defined but null returned.