You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a invalid memory address or nil pointer dereference panic on the line switch fn.Kind() { in checker.CallNode.
It happens when I have an unknown function, but a variable/property of the same name, with a nil value. This is totally a weird case, but it should probably error and not panic. A nil check on fn and error is probably in order. I've worked around it, but it would be good for future folks.