Explicit equals call on non nullable receiver
This commit is contained in:
@@ -30,6 +30,10 @@ public final class EqualsTest extends AbstractExpressionTest {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testExplicitEqualsMethod() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testStringsEqual() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user