Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
for (<spot>x in foo</spot>) {
|
||||
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
for (<spot>(i, x) in foo.withIndices()</spot>) {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention removes the index variable from a <b>for</b> loop iterating over a collection.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user