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
declare function a( $something as xs:string )
declare function a( )
Then both variations of a appear in the outline view, but clicking on the second one will always bring you to the first - it appears to only be matching by function name and not the arguments as well.