Add Intention for single character substring #KT-22171 Fixed

This commit is contained in:
kenji tomita
2018-01-25 14:57:43 +03:00
committed by Mikhail Glukhikh
parent 29eb594309
commit a28bc830f5
12 changed files with 121 additions and 0 deletions
@@ -0,0 +1 @@
<spot>"abc".substring(0, 1)</spot>
@@ -0,0 +1,5 @@
<html>
<body>
This intention replaces call like <code>"abc".substring(0, 1)</code> with <code>"abc"[0]</code> call.
</body>
</html>