Fix foreach indexing (#1403)
This commit is contained in:
parent
d3deade107
commit
c94b2e4636
@ -33,7 +33,6 @@ class IterTag(Tag):
|
||||
return BaseVar(
|
||||
name=INDEX_VAR,
|
||||
type_=int,
|
||||
is_local=True,
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
@ -46,6 +45,7 @@ class IterTag(Tag):
|
||||
return BaseVar(
|
||||
name=INDEX_VAR,
|
||||
type_=int,
|
||||
is_local=True,
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
Reference in New Issue
Block a user