Add test for KT-52580
This commit is contained in:
committed by
teamcity
parent
ed8187109a
commit
b73783b693
+6
@@ -35580,6 +35580,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/safeCall/kt4733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52580.kt")
|
||||
public void testKt52580() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/safeCall/kt52580.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("primitive.kt")
|
||||
public void testPrimitive() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user