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

6 lines
212 B
HTML

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