Describe the bug
The precendence rule which checks for occurances of a+b*c gives false positives on some FFI calls.
To Reproduce
Steps to reproduce the behavior:
- Go to https://github.com/hpi-swa-teaching/TelegramClient
- Clone project
- Run precedenceRule on FFIClient
- See false positive for FFI declaration
Expected behavior
FFI calls work without raising false positives
Screenshots
Desktop (please complete the following information):
- OS: All
- Squeak image version [e.g. 5.3]
- SwaLint version [e.g. 4.2.0]
Additional context