Ternary warning inside class
Closed this issue · 3 comments
Descolada commented
PythonYunfei commented
GroggyOtter commented
Maybe it is a bug of AHK rather than the extension.
Your code example is flawed. You've included a multi-statement inside your ternary without putting it in parentheses.
(1) ? (2, (this.xx:=32)) : 0
PythonYunfei commented