We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16ff36 commit 0aa0c3dCopy full SHA for 0aa0c3d
1 file changed
nattlua/analyzer/statements/generic_for.lua
@@ -108,11 +108,6 @@ return {
108
if i == (self.max_iterations or 1000) and self:IsRuntime() then
109
self:Error(type_errors.too_many_iterations())
110
end
111
-
112
- if args[1] and false then
113
- table.insert(values:GetData(), 1, args[1])
114
- args = values:GetData()
115
- end
116
117
118
if returned_key then
0 commit comments