Closed ProGM closed 10 years ago
Hi, @ProGM,
This should be fixed with this commit. I'll need to update the documentation and specs, and bump to 1.3.0. Thanks noticing me about this, though. And sorry it took so long, I have been very busy lately.
Regards, Roland.
I'm having an issue in this situation:
I'm defining a class A, then a class B with a certain method "method2". Then I'm defining C, as child of B, and overwriting "method2". If I call a method of C defined in B that calls my method2, LCS crashes. Is it a bug?