Parcelable: newArray() result type should be Object[] (KT-20717)
This commit is contained in:
Vendored
+1
-1
@@ -31,7 +31,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)
|
||||
}
|
||||
|
||||
public final class User : java/lang/Object, android/os/Parcelable {
|
||||
|
||||
Reference in New Issue
Block a user