KT-2370: foo.equals(bar) doesn't compile in JS.
Only test. #KT-2370
This commit is contained in:
@@ -41,4 +41,8 @@ public final class EqualsTest extends AbstractExpressionTest {
|
||||
public void testStringsEqual() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testKt2370() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user