6 lines
138 B
Plaintext
Vendored
6 lines
138 B
Plaintext
Vendored
// INTENTION_CLASS: org.jetbrains.kotlin.android.intention.RemoveParcelableAction
|
|
import android.os.Parcelable
|
|
|
|
class Simple
|
|
|
|
fun foo() {} |