Closed nrainhart closed 7 years ago
Right. I was able to reproduce it even in "dev" (1.6).
I suspect that it is only an bug on the static checks which validates that methods on self exists. It is probably not taking into account inherited methods from mixins. Which is weird since now all checks should use the "linearized" hierarchy.
Will work on it soon.
This is already fixed in "dev". Meaning that it will be part of wollok 1.6
We could consider also fixing it in 1.5.x if it is really necessary
Example:
It marks
method dos() = 1 + self.uno()
with "Non existant method or incorrect argument number"And when you try to run it, it says the same in the console