Add string template surrounder

This commit is contained in:
Natalia.Ukhorskaya
2013-02-14 14:43:36 +04:00
parent 856bffb324
commit 814ca0385a
14 changed files with 169 additions and 0 deletions
@@ -0,0 +1,4 @@
fun foo() {
val a = "ddd"
<selection>a</selection>
}