Restored live template but made it more useful
This commit is contained in:
@@ -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>
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user