'!!' operator

This commit is contained in:
Dmitry Petrov
2016-08-26 17:31:02 +03:00
committed by Dmitry Petrov
parent 92a7ecfac7
commit 57c1b3e0e2
5 changed files with 64 additions and 0 deletions
@@ -112,6 +112,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
doTest(fileName);
}
@TestMetadata("bangbang.kt")
public void testBangbang() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/expressions/bangbang.kt");
doTest(fileName);
}
@TestMetadata("booleanOperators.kt")
public void testBooleanOperators() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/expressions/booleanOperators.kt");