Parcelable: Cast types deserialized with Parcel.readValue() (KT-19747)
This commit is contained in:
committed by
Yan Zhulanow
parent
eee28d8507
commit
f8ca714c45
@@ -47,4 +47,6 @@ class ParcelBoxTest : AbstractParcelBoxTest() {
|
||||
fun testObjects() = doTest("objects")
|
||||
fun testNestedParcelable() = doTest("nestedParcelable")
|
||||
fun testKt19749() = doTest("kt19749")
|
||||
fun testKt19747() = doTest("kt19747")
|
||||
fun testKt19747_2() = doTest("kt19747_2")
|
||||
}
|
||||
Reference in New Issue
Block a user