Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(list: List<String>) {
|
||||
for (<spot>(index, s) in list.withIndex()</spot>) {
|
||||
print(s.substring(<spot>index</spot>))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user