Added test on Serializable(with=...) in K2
This commit is contained in:
+6
@@ -144,5 +144,11 @@ public class SerializationFirBlackBoxTestGenerated extends AbstractSerialization
|
||||
public void testSerializableObject() throws Exception {
|
||||
runTest("plugins/kotlinx-serialization/testData/firMembers/serializableObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("serializableWith.kt")
|
||||
public void testSerializableWith() throws Exception {
|
||||
runTest("plugins/kotlinx-serialization/testData/firMembers/serializableWith.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+6
@@ -191,5 +191,11 @@ public class SerializationFirDiagnosticTestGenerated extends AbstractSerializati
|
||||
public void testSerializableObject() throws Exception {
|
||||
runTest("plugins/kotlinx-serialization/testData/firMembers/serializableObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("serializableWith.kt")
|
||||
public void testSerializableWith() throws Exception {
|
||||
runTest("plugins/kotlinx-serialization/testData/firMembers/serializableWith.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user