Feedback
Array property method access without parentheses is not diagnosed
- Status
- Fixed
- Fixed in
- v26.5.8
- Source discussion
- https://forum.objo.dev/d/205-analyse-studio-doesnt-see-the-error-code
- Last updated
- 2026-06-01
Public summary
Objo Studio did not report an analyser error when an array property method was accessed without parentheses. For example, If p = pics.Last Then compiled even though Last is a method and should be called as Last().