Add intentions Add/Remove/Redo parcelable implementation
#KT-17465 Fixed #KT-12049 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// INTENTION_CLASS: org.jetbrains.kotlin.android.intention.ImplementParcelableAction
|
||||
// WITH_RUNTIME
|
||||
|
||||
class <caret>WithTransient() {
|
||||
@Transient var transientText: String = ""
|
||||
var text: String = ""
|
||||
}
|
||||
Reference in New Issue
Block a user