5b58a6f9e8
#KT-17465 Fixed #KT-12049 Fixed
7 lines
206 B
Kotlin
Vendored
7 lines
206 B
Kotlin
Vendored
// INTENTION_CLASS: org.jetbrains.kotlin.android.intention.ImplementParcelableAction
|
|
// WITH_RUNTIME
|
|
|
|
class <caret>WithTransient() {
|
|
@Transient var transientText: String = ""
|
|
var text: String = ""
|
|
} |