JVM_IR KT-47499 use proper signature for 'clone' intrinsic
This commit is contained in:
committed by
TeamCityServer
parent
e2f462095d
commit
584310615c
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user