Parcelable: Parcelize overrides describeContents despite being already implemented (KT-20026)

This commit is contained in:
Yan Zhulanow
2017-09-01 21:44:31 +03:00
committed by Yan Zhulanow
parent e645da64da
commit 32fc340d62
4 changed files with 74 additions and 1 deletions
@@ -54,6 +54,12 @@ public class ParcelBytecodeListingTestGenerated extends AbstractParcelBytecodeLi
doTest(fileName);
}
@TestMetadata("describeContentsFromSuperType.kt")
public void testDescribeContentsFromSuperType() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/describeContentsFromSuperType.kt");
doTest(fileName);
}
@TestMetadata("duplicatingClinit.kt")
public void testDuplicatingClinit() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/duplicatingClinit.kt");