KT-14839 Do not coerce after remapped variable store.

This commit is contained in:
Dmitry Petrov
2016-11-17 16:42:21 +03:00
parent 4b23c50bf8
commit 8b99141030
7 changed files with 46 additions and 5 deletions
@@ -3932,6 +3932,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt14839.kt")
public void testKt14839() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/controlStructures/kt14839.kt");
doTest(fileName);
}
@TestMetadata("kt1688.kt")
public void testKt1688() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/controlStructures/kt1688.kt");