K2 plugins: create companions with same expect/actual as their owners
#KT-59299 Fixed
This commit is contained in:
committed by
Space Team
parent
77e5f077f3
commit
8e882ea797
+6
@@ -93,6 +93,12 @@ public class SerializationFirLightTreeBlackBoxTestGenerated extends AbstractSeri
|
||||
runTest("plugins/kotlinx-serialization/testData/boxIr/expectActual.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectActualSealedClass.kt")
|
||||
public void testExpectActualSealedClass() throws Exception {
|
||||
runTest("plugins/kotlinx-serialization/testData/boxIr/expectActualSealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("externalSerialierJava.kt")
|
||||
public void testExternalSerialierJava() throws Exception {
|
||||
|
||||
+6
@@ -91,6 +91,12 @@ public class SerializationIrBoxTestGenerated extends AbstractSerializationIrBoxT
|
||||
runTest("plugins/kotlinx-serialization/testData/boxIr/expectActual.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectActualSealedClass.kt")
|
||||
public void testExpectActualSealedClass() throws Exception {
|
||||
runTest("plugins/kotlinx-serialization/testData/boxIr/expectActualSealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("externalSerialierJava.kt")
|
||||
public void testExternalSerialierJava() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user