Parcelable: Array serializer should correctly handle wide primitive types – long, double (KT-20002)

This commit is contained in:
Yan Zhulanow
2017-09-01 22:09:01 +03:00
committed by Yan Zhulanow
parent 32fc340d62
commit c9ec1a2511
5 changed files with 52 additions and 11 deletions
@@ -49,4 +49,5 @@ class ParcelBoxTest : AbstractParcelBoxTest() {
fun testKt19749() = doTest("kt19749")
fun testKt19747() = doTest("kt19747")
fun testKt19747_2() = doTest("kt19747_2")
fun test20002() = doTest("kt20002")
}