Minor: Fix Parcelable test data
This commit is contained in:
@@ -32,6 +32,7 @@ dependencies {
|
|||||||
testRuntime(intellijPluginDep("junit")) { includeJars("idea-junit", "resources_en") }
|
testRuntime(intellijPluginDep("junit")) { includeJars("idea-junit", "resources_en") }
|
||||||
|
|
||||||
robolectricClasspath(commonDep("org.robolectric", "robolectric"))
|
robolectricClasspath(commonDep("org.robolectric", "robolectric"))
|
||||||
|
robolectricClasspath(project(":kotlin-android-extensions-runtime")) { isTransitive = false }
|
||||||
|
|
||||||
embeddedComponents(project(":kotlin-android-extensions-runtime")) { isTransitive = false }
|
embeddedComponents(project(":kotlin-android-extensions-runtime")) { isTransitive = false }
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
-1
@@ -24,7 +24,6 @@ final class User$Companion : java/lang/Object, kotlinx/android/parcel/Parceler {
|
|||||||
ALOAD (0)
|
ALOAD (0)
|
||||||
ILOAD (1)
|
ILOAD (1)
|
||||||
INVOKEVIRTUAL (User$Companion, newArray, (I)[LUser;)
|
INVOKEVIRTUAL (User$Companion, newArray, (I)[LUser;)
|
||||||
CHECKCAST
|
|
||||||
ARETURN
|
ARETURN
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
-1
@@ -22,7 +22,6 @@ final class User$Companion : java/lang/Object, kotlinx/android/parcel/Parceler {
|
|||||||
ALOAD (0)
|
ALOAD (0)
|
||||||
ILOAD (1)
|
ILOAD (1)
|
||||||
INVOKEVIRTUAL (User$Companion, newArray, (I)[LUser;)
|
INVOKEVIRTUAL (User$Companion, newArray, (I)[LUser;)
|
||||||
CHECKCAST
|
|
||||||
ARETURN
|
ARETURN
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/duplicatingClinit.txt
Vendored
-8
@@ -3,10 +3,6 @@ public final class User$Companion : java/lang/Object {
|
|||||||
|
|
||||||
public void <init>(kotlin.jvm.internal.DefaultConstructorMarker p0)
|
public void <init>(kotlin.jvm.internal.DefaultConstructorMarker p0)
|
||||||
|
|
||||||
public final static java.lang.StringBuilder access$getTest$p(User$Companion p0)
|
|
||||||
|
|
||||||
private final java.lang.StringBuilder getTest()
|
|
||||||
|
|
||||||
private static void test$annotations()
|
private static void test$annotations()
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -48,13 +44,9 @@ public final class User : java/lang/Object, android/os/Parcelable {
|
|||||||
|
|
||||||
public void <init>(java.lang.String p0)
|
public void <init>(java.lang.String p0)
|
||||||
|
|
||||||
public final static java.lang.StringBuilder access$getTest$cp()
|
|
||||||
|
|
||||||
public final int describeContents()
|
public final int describeContents()
|
||||||
|
|
||||||
public final java.lang.String getFirstName()
|
public final java.lang.String getFirstName()
|
||||||
|
|
||||||
private final static java.lang.StringBuilder getTest()
|
|
||||||
|
|
||||||
public final void writeToParcel(android.os.Parcel p0, int p1)
|
public final void writeToParcel(android.os.Parcel p0, int p1)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user