Summary
Sometimes when there's an error that makes a line of code not compilable and you fix it, the error is still reported in the editor. This bug is intermittent and sometimes elusive (in one case it was complaining in the wrong method altogether). It sometimes goes away after while, sometime after you do a build or run.
Objo Studio Version
26.5.8
Operating System
MacOS Sonoma 14.6.1
Steps To Reproduce
I don't have a foolproof way to make it happen
Expected Result
To stop nattering at me when I fix something
Actual Result
Nattering
Screenshots, Logs, Or Sample Project
This screenshot shows where I used () instead of [] to address an array element (love the choice of brackets for that BTW, but I was just channeling old VB.NET habits I guess) but the IDE is still showing that it needs fixing after I fixed it. Also, why does it display the message twice?

Here the error has been gone for quite awhile and now it's back twice on completely unrelated lines of a different method:
