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
@@ -50,6 +50,4 @@ fun box() = parcelTest { parcel ->
assert(first == first2)
assert((first.d as LinkedList<*>).size == 1)
assert((first2.h as HashSet<*>).size == 1)
assert(first2.j is NavigableSet<*>)
assert(first2.k is SortedSet<*>)
}