[KT-4124] Refactor super calls and fix calls to Any::equals

This commit is contained in:
Alexey Andreev
2016-02-18 19:49:30 +03:00
parent 6adcafafbb
commit d83f926658
12 changed files with 149 additions and 118 deletions
@@ -65,4 +65,8 @@ public final class EqualsTest extends AbstractExpressionTest {
public void testEqualsBehaviorOnNull() throws Exception {
checkFooBoxIsOk();
}
public void testSuperEquals() throws Exception {
checkFooBoxIsOk();
}
}