qore
qore copied to clipboard
static methods are not resolved without the class prefix even when called in the class in a static method
they are only resolved without the class prefix when called in a non-static method
a compatibility flag will have to be introduced in order to avoid breaking working code
this needs to be fixed in the next major release as a compatibility option also has to be implemented