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
foo should return an integer but it does not: the trace outputs null (on Eval). If I remove the true || throw 0 line, the error "Missing return: Int" is triggered as expected. I can also use false && throw 0. I wonder if this is related to #10791 (or a similar analysis).
The text was updated successfully, but these errors were encountered:
foo
should return an integer but it does not: thetrace
outputsnull
(on Eval). If I remove thetrue || throw 0
line, the error "Missing return: Int" is triggered as expected. I can also usefalse && throw 0
. I wonder if this is related to #10791 (or a similar analysis).The text was updated successfully, but these errors were encountered: