[Test] Migrate Parcelize tests to new test infrastructure
This commit is contained in:
committed by
TeamCityServer
parent
a68c4ec7be
commit
df47bffabb
+2
-2
@@ -1,4 +1,4 @@
|
||||
// CURIOUS_ABOUT writeToParcel
|
||||
// CURIOUS_ABOUT: writeToParcel
|
||||
// WITH_RUNTIME
|
||||
|
||||
import android.util.Size
|
||||
@@ -9,4 +9,4 @@ import android.os.Parcelable
|
||||
class TestNullable(val a: Size?): Parcelable
|
||||
|
||||
@Parcelize
|
||||
class TestNotNull(val a: Size): Parcelable
|
||||
class TestNotNull(val a: Size): Parcelable
|
||||
|
||||
Reference in New Issue
Block a user