Files
kotlin-fork/idea/resources/intentionDescriptions/UnfoldPropertyToIfIntention/description.html
T

6 lines
187 B
HTML

<html>
<body>
This intention converts property with 'if' initializer to uninitialized property followed by 'if' expression where each branch is terminated with assignment
</body>
</html>