NPE in Surround with Action on empty line

This commit is contained in:
Natalia Ukhorskaya
2015-04-13 14:40:16 +03:00
parent 38c154ace4
commit 34205c3ff0
4 changed files with 18 additions and 0 deletions
@@ -0,0 +1,5 @@
fun foo() {
val a = ""
<caret>
a
}
@@ -0,0 +1,5 @@
fun foo() {
val a = ""
a
}