Parcelize: Fix infinite recursive loop for zero-parameter Parcelable classes (KT-25839)

This commit is contained in:
Yan Zhulanow
2018-06-04 17:40:55 +03:00
parent 475a80b641
commit 8c05769745
7 changed files with 157 additions and 11 deletions
@@ -0,0 +1,10 @@
// CURIOUS_ABOUT writeToParcel, createFromParcel
// WITH_RUNTIME
package test
import kotlinx.android.parcel.*
import android.os.Parcelable
@Parcelize
class SomeClass : Parcelable