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
The question here is whether this is and IDE responsibility to filter out unreachable symbols, or compiler APIs shouldn't return them in the first place during lookup
Version Used:
Latest
main
Steps to Reproduce:
Expected Behavior:
args
is not suggested because having it here leads to compiler errorActual Behavior:
args
and any other variables from outer method's body are suggestedThe text was updated successfully, but these errors were encountered: