Use correctElementType to determine array element type for withIndex
Rather unkind "gotcha" in ASM API. #KT-23900 Fixed Target versions 1.2.50
This commit is contained in:
+1
-2
@@ -2559,8 +2559,7 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
|
||||
@TestMetadata("doNotAppendEmptyString.kt")
|
||||
public void testDoNotAppendEmptyString() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/stringOperations/doNotAppendEmptyString.kt");
|
||||
doTest(fileName);
|
||||
runTest("compiler/testData/codegen/bytecodeText/stringOperations/doNotAppendEmptyString.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interpolation.kt")
|
||||
|
||||
Reference in New Issue
Block a user