// INTENTION_CLASS: org.jetbrains.kotlin.android.intention.ImplementParcelableAction class MyData(val number: Int, val text: String, flag: Boolean)