Restored live template but made it more useful

This commit is contained in:
Valentin Kipyatkov
2015-07-21 15:51:58 +03:00
parent 16ae9e3861
commit 82cd58a556
13 changed files with 56 additions and 18 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// WITH_RUNTIME
fun foo(bar: String) {
for (<caret>a in bar) {
print(a)
}
}