KT-1052: Add support for function calls (and, or, xor, not) on Boolean

This commit is contained in:
unknown
2012-03-09 13:25:42 +04:00
parent 9a92bee187
commit 253b92a44d
4 changed files with 80 additions and 1 deletions
@@ -56,4 +56,8 @@ public final class MiscTest extends AbstractExpressionTest {
}
}
public void testKt1052() throws Exception {
checkFooBoxIsTrue("KT1052.kt");
}
}