First stab at !! operator

This commit is contained in:
Pavel Talanov
2012-05-24 15:55:00 +04:00
committed by Pavel V. Talanov
parent 296a5b6b6c
commit 0fc64bb6c2
4 changed files with 37 additions and 2 deletions
@@ -141,4 +141,11 @@ public final class MiscTest extends AbstractExpressionTest {
public void testPropertiesWithExplicitlyDefinedAccessorsWithoutBodies() throws Exception {
fooBoxTest();
}
public void testExclExcl() throws Exception {
fooBoxTest();
}
}