Add Intention to replace a..b-1 with a until b and vice versa #KT-13483 Fixed

This commit is contained in:
Kirill Rakhman
2016-08-17 21:13:10 +02:00
committed by Mikhail Glukhikh
parent d9358d44e7
commit 354d047533
23 changed files with 261 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This intention replaces calls to 'until' with the '..' operator and subtracts one from the upper bound.
</body>
</html>