Files
kotlin-fork/idea/resources/intentionDescriptions/RemoveParcelableAction/description.html
T
Vyacheslav Gerasimov 5b58a6f9e8 Add intentions Add/Remove/Redo parcelable implementation
#KT-17465 Fixed
#KT-12049 Fixed
2017-04-18 19:04:14 +03:00

5 lines
166 B
HTML

<html>
<body>
This intention removes the methods and the CREATOR object which implements Parcelable. <b>Warning:</b> Your custom code will be removed.
</body>
</html>