KT-8283: fix Kotlin.equals method to compare arrays by reference
This commit is contained in:
@@ -69,4 +69,8 @@ public final class EqualsTest extends AbstractExpressionTest {
|
||||
public void testSuperEquals() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testArrays() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user