Minor: fix parcel test (related to KT-21129)

This commit is contained in:
Mikhail Glukhikh
2018-05-04 18:16:57 +03:00
parent e76debb12b
commit 54fc846dea
@@ -16,5 +16,5 @@ class A(val firstName: String) : Parcelable {
var customSetter: String
get() = ""
set(v) {}
set(<warning descr="[UNUSED_PARAMETER] Parameter 'v' is never used">v</warning>) {}
}