Refine types returned by OptimizationBasicInterpreter.newValue

#KT-12958 Fixed
This commit is contained in:
Denis Zharkov
2016-07-04 15:03:22 +03:00
parent 17a41ecc79
commit df4bf61378
3 changed files with 48 additions and 4 deletions
@@ -4201,6 +4201,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt12958.kt")
public void testKt12958() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/kt12958.kt");
doTest(fileName);
}
@TestMetadata("lambdaParameters.kt")
public void testLambdaParameters() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/lambdaParameters.kt");