Parcelable: newArray() result type should be Object[] (KT-20717)

This commit is contained in:
Yan Zhulanow
2017-10-18 23:49:30 +03:00
parent 26005751d8
commit e28cffd0ad
19 changed files with 53 additions and 22 deletions
@@ -17,7 +17,7 @@ public final class test/Foo$Creator : java/lang/Object, android/os/Parcelable$Cr
LABEL (L1)
}
public final test.Foo[] newArray(int p0)
public final java.lang.Object[] newArray(int p0)
}
public final class test/Foo : java/lang/Object, android/os/Parcelable {