Do not use BasicInterpreter for bytecode analysis
The problem with BasicInterpreter is the following: it creates BasicValue objects that should be replaced in favor of StrictBasicicValue See commit message in 25c6ac1 for clarification #KT-14447 Fixed
This commit is contained in:
@@ -13900,6 +13900,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("kt14447.kt")
|
||||
public void testKt14447() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/regressions/kt14447.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("kt1515.kt")
|
||||
public void testKt1515() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/regressions/kt1515.kt");
|
||||
|
||||
Reference in New Issue
Block a user