Hi,
thanks for your work !
But functions with variable number of parameters (like "print") returns a problem if they are called with more than 1 parameter.
Example : print(1, 2)[Warn type:10], print call func param num(2) > func define param num(1)
Do you have a solution for that ?
Or can I disable globally this function problem detection ?
Hi, thanks for your work ! But functions with variable number of parameters (like "print") returns a problem if they are called with more than 1 parameter. Example :
print(1, 2)
[Warn type:10], print call func param num(2) > func define param num(1)
Do you have a solution for that ? Or can I disable globally this function problem detection ?