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,5 @@
// WITH_RUNTIME
fun foo() {
"abc".substring<caret>(1, 2)
}