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

6 lines
159 B
HTML

<html>
<body>
This intention replaces the explicit parameter of a single-parameter lambda expression with an implicit <b>it</b> parameter.
</body>
</html>