Parcelize: Enable warnings in tests

This commit is contained in:
Steven Schäfer
2021-10-12 15:05:29 +02:00
committed by Alexander Udalov
parent ca74b7becc
commit 05da65654e
16 changed files with 15 additions and 12 deletions
@@ -11,7 +11,7 @@ import android.os.Parcelable
class User : Parcelable
@Parcelize
class User2() : Parcelable
class <!PARCELABLE_PRIMARY_CONSTRUCTOR_IS_EMPTY!>User2<!>() : Parcelable
fun box() = parcelTest { parcel ->
val user = User()