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

6 lines
113 B
HTML

<html>
<body>
This intention replaces <b>Math.max</b> calls with <b>coerceAtLeast</b> calls.
</body>
</html>