Skip to content

Commit 1c8543a

Browse files
author
Troy Melhase
committed
Initial fix for condition-less for loop.
1 parent 876e40c commit 1c8543a

File tree

2 files changed

+675
-0
lines changed

2 files changed

+675
-0
lines changed

java2python/lib/walker.g

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ statement [block]
367367
block.addComment("for-while")
368368
for_init, for_stat = block.newFor()
369369
for_iter = None
370+
for_cond = "%s"
370371
}
371372
#("for"
372373
#(FOR_INIT

0 commit comments

Comments
 (0)