We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
for in
1 parent de8261f commit 0fb4f04Copy full SHA for 0fb4f04
docs/painless/painless-statements.asciidoc
@@ -25,7 +25,7 @@ Painless also supports the `for in` syntax from Groovy:
25
26
[source,painless]
27
---------------------------------------------------------
28
-for (item : list) {
+for (def item : list) {
29
...
30
}
31
0 commit comments