Restored live template but made it more useful
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(bar: String) {
|
||||
for ((index, a) in bar.withIndex()) {
|
||||
|
||||
<caret>print(a)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user