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
Actually I'm not sure this could work.
Also tested it against module_resolution branch without success, I had (little) hope some changes about type inference there would have helped.
I think we should remove this awkward static var matching in Haxe 5. That has always been a hack, and I don't even remember why we originally introduced it.
Actually that isn't the problem here, the typo detection code path is entered in too many cases. It should only be triggered if we outright fail to find the identifier in question.
Note that I think it's correct to resolve the static var ID here, as per our resolution order.
Brought up in the discord. Was told by @kLabz to make an issue, as this warning persists, even on their branch that was intended to fix it
The text was updated successfully, but these errors were encountered: