I'm trying to a comparator for a class without rewriting the comparison logic from the superclass, but for some reason I cannot get the return value from the superclass comparator. This issue can be demonstrated with the following snippet:I'm trying to a comparator for a class without