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
I would like to express patterns like "is there X function call inside a loop?".
Right now we can only check whether a loop contains a function call inside 1st statement level. We can't match that function call if it's under if statement, for example.
The text was updated successfully, but these errors were encountered:
I would like to express patterns like "is there X function call inside a loop?".
Right now we can only check whether a loop contains a function call inside 1st statement level. We can't match that function call if it's under if statement, for example.
The text was updated successfully, but these errors were encountered: