Parcelable: newArray() result type should be Object[] (KT-20717)
This commit is contained in:
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user