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
+4
View File
@@ -0,0 +1,4 @@
// WITH_RUNTIME
fun foo(bar: IntArray) {
for (<caret>a in bar)
}