Fix the superclass-cycle detection code (Trac #9739)
We were falling into an infinite loop when doing the ambiguity check on a class method, even though we had previously detected a superclass cycle. There was code to deal with this, but it wasn't right.
Showing
Please register or sign in to comment