This commit is contained in:
Dmitry Petrov
2016-08-24 19:08:12 +03:00
committed by Dmitry Petrov
parent ebd8f1266d
commit 17758d8c00
12 changed files with 285 additions and 8 deletions
@@ -263,6 +263,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
doTest(fileName);
}
@TestMetadata("tryCatch.kt")
public void testTryCatch() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/tryCatch.kt");
doTest(fileName);
}
@TestMetadata("typeOperators.kt")
public void testTypeOperators() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/typeOperators.kt");