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 now have a scenario where the func call is test (IN arg1, IN arg2, OUT &arg3), then i want to match the 3rd arg, but when i was build source to tree , it have some error in argument node.
I now have a scenario where the func call is
test (IN arg1, IN arg2, OUT &arg3)
, then i want to match the 3rd arg, but when i was build source to tree , it have some error in argument node.so i don't know how to match the
(ERROR (identifier)) (identifier)
, or how could i fixed it then it can identify this parameter.I can ensure that this parameter is in the correct format for a certain scenario
The text was updated successfully, but these errors were encountered: