[Tests] Add test for KT-57391
^KT-57391
This commit is contained in:
committed by
Space Team
parent
46dc478c03
commit
5fee662223
Generated
+6
@@ -27175,6 +27175,12 @@ public class FirWasmJsCodegenBoxTestGenerated extends AbstractFirWasmJsCodegenBo
|
||||
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() {
|
||||
|
||||
Generated
+6
@@ -27175,6 +27175,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
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