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 x < y {
1 parent ae74578 commit 20ba1aaCopy full SHA for 20ba1aa
1 file changed
vlib/v/transformer/transformer.v
@@ -500,6 +500,7 @@ pub fn (mut t Transformer) for_stmt(mut node ast.ForStmt) ast.Stmt {
500
stmt = t.stmt(mut stmt)
501
}
502
t.index.unindent()
503
+ return node
504
505
506
0 commit comments