Expand most kotlinx.serialization tests on JS backend
to enhance and increase test coverage of the plugin.
This commit is contained in:
committed by
Space Team
parent
60080e8bb8
commit
fba2f5ea4e
@@ -17,9 +17,6 @@ open class OpenBody {
|
||||
@Serializable
|
||||
abstract class AbstractConstructor(var optional: String = "foo")
|
||||
|
||||
// TODO: test fails for K2 if places of 'color' and 'name' are swapped
|
||||
// because of https://youtrack.jetbrains.com/issue/KT-54792 (KT-20980)
|
||||
// and serialization proto extension is not available in K2.
|
||||
@Serializable
|
||||
open class Vehicle {
|
||||
var color: String? = null
|
||||
@@ -87,4 +84,4 @@ fun box(): String {
|
||||
return e.message!!
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user