Handle infix function calls in binary expressions.

This commit is contained in:
Dmitry Petrov
2016-08-18 19:23:17 +03:00
committed by Dmitry Petrov
parent 3614b0a06c
commit ace98b91cc
4 changed files with 47 additions and 2 deletions
@@ -71,6 +71,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
doTest(fileName);
}
@TestMetadata("booleanOperators.kt")
public void testBooleanOperators() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/booleanOperators.kt");
doTest(fileName);
}
@TestMetadata("boxOk.kt")
public void testBoxOk() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/boxOk.kt");