JVM_IR KT-47499 use proper signature for 'clone' intrinsic
This commit is contained in:
committed by
TeamCityServer
parent
e2f462095d
commit
584310615c
+6
@@ -912,6 +912,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/arrays/kt45410.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47499.kt")
|
||||
public void testKt47499() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/kt47499.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt503.kt")
|
||||
public void testKt503() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user