Minor: Fix test data for Parcelize annotation checker

This commit is contained in:
Yan Zhulanow
2018-06-26 21:00:03 +03:00
parent 88c9d7e383
commit 90bffbf4c8
@@ -10,4 +10,4 @@ open class Delegate : Parcelable {
}
@Parcelize
class Test : Parcelable <error descr="[PLUGIN_ERROR] Delegating 'Parcelable' is now allowed">by</error> Delegate()
class Test : Parcelable <error descr="[PLUGIN_ERROR] Delegating 'Parcelable' is not allowed">by</error> Delegate()