KT-8283: fix Kotlin.equals method to compare arrays by reference

This commit is contained in:
Alexey Andreev
2016-09-07 17:56:04 +03:00
parent a04d60406b
commit a9330057cc
13 changed files with 68 additions and 15 deletions
@@ -69,4 +69,8 @@ public final class EqualsTest extends AbstractExpressionTest {
public void testSuperEquals() throws Exception {
checkFooBoxIsOk();
}
public void testArrays() throws Exception {
checkFooBoxIsOk();
}
}