Project

General

Profile

Bug #4827

Updated by Greg Shah almost 4 years ago

We have quite a number of errors in conversion of our 'discovery' stubs that have to do with how the naming is resolved for methods overrides. I was able to isolate that in a simple test, it looks like the order of methods is important and it looks like this happens when the class that implements an interface does not have the same order like the one in the interface. Test cases in @oo/quirks/erasure@ folder.

Back