6 lines
128 B
HTML
6 lines
128 B
HTML
<html>
|
|
<body>
|
|
This intention replaces calls like <b>s.substring(0, s.length - x)</b> with <b>s.dropLast(x)</b>.
|
|
</body>
|
|
</html>
|