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

6 lines
112 B
HTML

<html>
<body>
This intention replaces <b>Math.min</b> calls with <b>coerceAtMost</b> calls.
</body>
</html>