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
+2 -3
View File
@@ -1,6 +1,5 @@
// WITH_RUNTIME
fun foo(bar: Sequence<String>) {
for (<caret>a in bar) {
}
for (<caret>a in bar)
print(a)
}