Add Intention for single character substring #KT-22171 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
29eb594309
commit
a28bc830f5
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo() {
|
||||
"abc".substring<caret>(0, 1)
|
||||
}
|
||||
Reference in New Issue
Block a user