[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 describeContents
|
||||
// CURIOUS_ABOUT: describeContents
|
||||
// WITH_RUNTIME
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
@@ -7,4 +7,4 @@ import android.os.Parcelable
|
||||
@Parcelize
|
||||
class User(val firstName: String, val lastName: String, val age: Int, val isProUser: Boolean) : Parcelable {
|
||||
override fun describeContents() = 100
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user