Parcelable: Give priority to Parcelable type over objects and enums (KT-20021)

This commit is contained in:
Yan Zhulanow
2017-09-01 22:58:22 +03:00
committed by Yan Zhulanow
parent be3273a933
commit 7b96c9a003
3 changed files with 52 additions and 6 deletions
@@ -50,4 +50,5 @@ class ParcelBoxTest : AbstractParcelBoxTest() {
fun testKt19747() = doTest("kt19747")
fun testKt19747_2() = doTest("kt19747_2")
fun test20002() = doTest("kt20002")
fun test20021() = doTest("kt20021")
}