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
Currently we don't support for loop unrolling, so we need to forbid generic function calls within for loop.
Although this check is covered by the FnCall and MethodCall cases, we can add a negative test just to ensure there is no generic function call for the newly added feature, iterator loop #169.
The text was updated successfully, but these errors were encountered:
Currently we don't support for loop unrolling, so we need to forbid generic function calls within for loop.
Although this check is covered by the
FnCall
andMethodCall
cases, we can add a negative test just to ensure there is no generic function call for the newly added feature, iterator loop #169.The text was updated successfully, but these errors were encountered: