[Test] Migrate Parcelize tests to new test infrastructure
This commit is contained in:
committed by
TeamCityServer
parent
a68c4ec7be
commit
df47bffabb
@@ -1,4 +1,4 @@
|
||||
// CURIOUS_ABOUT writeToParcel, createFromParcel
|
||||
// CURIOUS_ABOUT: writeToParcel, createFromParcel
|
||||
// WITH_RUNTIME
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
@@ -10,4 +10,4 @@ import android.util.SizeF
|
||||
data class Test(val size: Size, val nullable: Size?) : Parcelable
|
||||
|
||||
@Parcelize
|
||||
data class TestF(val size: SizeF, val nullable: SizeF?) : Parcelable
|
||||
data class TestF(val size: SizeF, val nullable: SizeF?) : Parcelable
|
||||
|
||||
Reference in New Issue
Block a user