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,6 @@
fun foo() {
val a = 1
val b = 2
<selection>a + b</selection>
}