Explicit equals call on non nullable receiver

This commit is contained in:
Pavel V. Talanov
2012-07-06 20:20:49 +04:00
parent 3814384762
commit 3d58d1ec16
4 changed files with 50 additions and 14 deletions
@@ -30,6 +30,10 @@ public final class EqualsTest extends AbstractExpressionTest {
fooBoxTest();
}
public void testExplicitEqualsMethod() throws Exception {
fooBoxTest();
}
public void testStringsEqual() throws Exception {
fooBoxTest();
}