0df5d5158d
#KT-38297 Fixed
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
fun foo(list: List<String>) {
|
|
for (<spot>(index, s) in list.withIndex()</spot>) {
|
|
print(s.substring(<spot>index</spot>))
|
|
}
|
|
} |