Files
kotlin-fork/idea/resources/intentionDescriptions/IfThenToSafeAccessIntention/description.html
T
2014-03-12 16:02:56 +04:00

6 lines
129 B
HTML

<html>
<body>
Converts an if-then expression to an expression that uses a safe-access operator (if applicable)
</body>
</html>