[Test] Migrate Parcelize tests to new test infrastructure
This commit is contained in:
committed by
TeamCityServer
parent
a68c4ec7be
commit
df47bffabb
@@ -1,8 +1,8 @@
|
||||
// CURIOUS_ABOUT writeToParcel
|
||||
// CURIOUS_ABOUT: writeToParcel
|
||||
// WITH_RUNTIME
|
||||
|
||||
import kotlinx.parcelize.*
|
||||
import android.os.Parcelable
|
||||
|
||||
@Parcelize
|
||||
class Test(val names: List<List<ArrayList<String>>>): Parcelable
|
||||
class Test(val names: List<List<ArrayList<String>>>): Parcelable
|
||||
|
||||
Reference in New Issue
Block a user