rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
158 stars 46 forks source link

Don't flag variable namespace collisions in brs files #910

Closed TwitchBronBron closed 5 months ago

TwitchBronBron commented 11 months ago

If you've got a namespace defined in a brighterscript file, and a brightscript file uses a variable name with that same namespace name, that should not be a diagnostic but it currently is.

Probably should apply to: namespaces, enums, consts, interfaces.

TwitchBronBron commented 5 months ago

Fixed in https://github.com/rokucommunity/brighterscript/pull/1089