KT-6942: in JS backed for value equalitity patterns in when generate structural equality check (i.e. Any.equals) instead of referential check (===).

(cherry picked from commit 97228e5)
This commit is contained in:
Alexey Andreev
2016-05-11 13:41:40 +03:00
parent 61290d1225
commit 0e1dde022a
4 changed files with 140 additions and 3 deletions
@@ -137,4 +137,8 @@ public final class WhenTest extends AbstractExpressionTest {
public void testEmpty() throws Exception {
checkFooBoxIsOk();
}
public void testWhenEqualsPattern() throws Exception {
checkFooBoxIsOk();
}
}