mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
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 = ""
|
|
} |