Five new flow-analysis issue types have been added in https://github.com/Witiko/expltools/pull/188 over the past two days:
1. E500 (Multiply defined function)
2. W501 (Multiply defined function variant)
3. E504 (Function variant for an undefined function)
4. E506 (Indirect function definition from an undefined function)
5. W507 (Setting a function before definition)
These will be included in explcheck v0.19.0, planned for release by the end of the month.

