Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
for (a in x) {
|
||||
a.bar()
|
||||
}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
<spot>x.forEach { a -> a.bar() }</spot>
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts a call to the <b>forEach</b> function into a <b>for</b> loop.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user