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

6 lines
150 B
HTML

<html>
<body>
This intention replaces the implicit <b>it</b> parameter in a lambda expression with an explicitly named parameter.
</body>
</html>