'in' and '!in' operators.

This commit is contained in:
Dmitry Petrov
2016-08-17 17:21:33 +03:00
committed by Dmitry Petrov
parent 96e3c52878
commit 0d94c3aeb4
5 changed files with 131 additions and 47 deletions
@@ -125,6 +125,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
doTest(fileName);
}
@TestMetadata("in.kt")
public void testIn() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/in.kt");
doTest(fileName);
}
@TestMetadata("primitiveComparisons.kt")
public void testPrimitiveComparisons() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/primitiveComparisons.kt");