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

6 lines
155 B
HTML

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