Apex class invalidated when using stat as an iteration variable

Issue #484 resolved
Eric Alexander created an issue

If a class contains the following for example:

for(Account stat : [.....])

the stat variable is flagged as invalid and IDE functions for that class do not work, like setting breakpoints, CMD-B to goto method implementation, etc

Comments (2)

  1. Log in to comment