mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
Previously, the ParcelableDeclarationChecker was only enabled as part of the view extensions. In particular, the checker was not enabled for the parcelize test suite.
39 lines
1.1 KiB
Plaintext
Vendored
39 lines
1.1 KiB
Plaintext
Vendored
public final class Test$Creator : java/lang/Object, android/os/Parcelable$Creator {
|
|
public void <init>()
|
|
|
|
public final Test createFromParcel(android.os.Parcel parcel)
|
|
|
|
public java.lang.Object createFromParcel(android.os.Parcel source)
|
|
|
|
public final Test[] newArray(int size)
|
|
|
|
public java.lang.Object[] newArray(int size)
|
|
}
|
|
|
|
public final class Test : java/lang/Object, android/os/Parcelable {
|
|
public final static android.os.Parcelable$Creator CREATOR
|
|
|
|
private final java.util.List names
|
|
|
|
static void <clinit>()
|
|
|
|
public void <init>(java.util.List names)
|
|
|
|
public int describeContents()
|
|
|
|
public final java.util.List getNames()
|
|
|
|
public void writeToParcel(android.os.Parcel out, int flags) {
|
|
LABEL (L0)
|
|
ALOAD (1)
|
|
LDC (out)
|
|
INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkNotNullParameter, (Ljava/lang/Object;Ljava/lang/String;)V)
|
|
ALOAD (1)
|
|
ALOAD (0)
|
|
GETFIELD (names, Ljava/util/List;)
|
|
INVOKEVIRTUAL (android/os/Parcel, writeStringList, (Ljava/util/List;)V)
|
|
RETURN
|
|
LABEL (L1)
|
|
}
|
|
}
|