[Tests] Add test for KT-57391
^KT-57391
This commit is contained in:
committed by
Space Team
parent
46dc478c03
commit
5fee662223
+6
@@ -30264,6 +30264,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/multiplatform/expectProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57391.kt")
|
||||
public void testKt57391() {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/kt57391.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59613.kt")
|
||||
public void testKt59613() {
|
||||
|
||||
+6
@@ -30940,6 +30940,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/multiplatform/expectProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57391.kt")
|
||||
public void testKt57391() {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/kt57391.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59613.kt")
|
||||
public void testKt59613() {
|
||||
|
||||
+6
@@ -29588,6 +29588,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/multiplatform/expectProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57391.kt")
|
||||
public void testKt57391() {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/kt57391.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59613.kt")
|
||||
public void testKt59613() {
|
||||
|
||||
+6
@@ -30265,6 +30265,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/multiplatform/expectProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57391.kt")
|
||||
public void testKt57391() {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/kt57391.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59613.kt")
|
||||
public void testKt59613() {
|
||||
|
||||
Reference in New Issue
Block a user