Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertToAlsoIntention/description.html
T
Toshiaki Kameyama 6a4c6eacd7 Add "Convert to also" intention
#KT-28699 Fixed
2018-12-18 12:21:56 +09:00

5 lines
106 B
HTML

<html>
<body>
This intention converts several calls with the same receiver to <b>also</b>.
</body>
</html>