Parcelable: newArray() result type should be Object[] (KT-20717)
This commit is contained in:
Vendored
+1
-1
@@ -48,7 +48,7 @@ public final class User$Creator : java/lang/Object, android/os/Parcelable$Creato
|
||||
LABEL (L1)
|
||||
}
|
||||
|
||||
public final User[] newArray(int p0) {
|
||||
public final java.lang.Object[] newArray(int p0) {
|
||||
LABEL (L0)
|
||||
ILOAD (1)
|
||||
ANEWARRAY
|
||||
|
||||
Reference in New Issue
Block a user