JVM_IR KT-47499 use proper signature for 'clone' intrinsic

This commit is contained in:
Dmitry Petrov
2021-07-01 14:49:02 +03:00
committed by TeamCityServer
parent e2f462095d
commit 584310615c
6 changed files with 122 additions and 8 deletions
@@ -797,6 +797,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/arrays/kt45410.kt");
}
@TestMetadata("kt47499.kt")
public void testKt47499() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt47499.kt");
}
@TestMetadata("kt503.kt")
public void testKt503() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt503.kt");