Refactoring.

'if' expressions (represented as 'when' without subject).
This commit is contained in:
Dmitry Petrov
2016-08-19 10:55:14 +03:00
committed by Dmitry Petrov
parent 1ddf889d8a
commit 5709826096
28 changed files with 362 additions and 91 deletions
@@ -137,6 +137,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
doTest(fileName);
}
@TestMetadata("ifElseIf.kt")
public void testIfElseIf() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/ifElseIf.kt");
doTest(fileName);
}
@TestMetadata("implicitCastOnPlatformType.kt")
public void testImplicitCastOnPlatformType() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/implicitCastOnPlatformType.kt");