74ed3b9562
KotlinLightClassForExplicitDeclaration already had equals/hashCode, but the other three implementations of KotlinLightClass did not; this resulted in type mismatch errors in Java code where the signatures of a super method and the corresponding sub method wouldn't match because types of parameters were different #KT-8543 Fixed