Parcelize: Enable warnings in tests
This commit is contained in:
committed by
Alexander Udalov
parent
ca74b7becc
commit
05da65654e
@@ -21,5 +21,5 @@ fun box() = parcelTest { parcel ->
|
||||
parcel.unmarshall(bytes, 0, bytes.size)
|
||||
parcel.setDataPosition(0)
|
||||
|
||||
val test2 = parcelableCreator<ExceptionContainer>().createFromParcel(parcel)
|
||||
parcelableCreator<ExceptionContainer>().createFromParcel(parcel)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user