|
Just tested and it still applies.
What happens is that while enhancing the Child class, the call to ChildKey.parent is confused to be for Child.parent, because they both share the same name: 'parent'.
I'll take this issue, based on the test provided.
|