We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e685b43 commit bceee72Copy full SHA for bceee72
1 file changed
rulescript/macro/RuleScriptedClass.hx
@@ -203,7 +203,7 @@ class RuleScriptedClass
203
else
204
super($a
205
{
206
- strict ? fieldArgs : [for (i in 0...fieldArgs.length) macro args[$v{i}]]
+ strict ? fieldArgs : [for (i in 0...args.length) macro args[$v{i}]]
207
});
208
} : macro {},
209
params: [for (param in constructor.params) {name: param.name}]
0 commit comments