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,7 +1,7 @@
// WITH_RUNTIME
fun a() {
val b = listOf(1,2,3,4,5)
for ((index, c) in b.withIndex()) {
for ((index, c) in b.withIndex()) {<caret>
}
}