opal
opal copied to clipboard
Fix default interface methods
Fixes two problems where methods were not computed correctly for some inheritance hierarchies w.r.t. interface default methods.
The additional checks are rather costly, but I didn't evaluate the actual performance impact. Feedback on the impact and suggestions for improving the performance of this code are welcome.