Source ```ts /** @noSelf */ declare function dog(snoop: string); declare namespace foo { /** @noSelf */ function bar(); } foo.bar(); dog(""); ``` Transpiles to ```lua foo:bar() dog(_G, "") ``` Expected ```lua foo.bar() dog("") ``` Playground link: https://typescripttolua.github.io/play/#code/PQKhAIAEDsHsGUCmAbAZuEwBQATRBjZAQwCdFxUBXafAFwEtZpwdYBzACgGc5YAHAFzgutEvWhsAlAG4suAsTLhoRALaIufIvnKpYscAG8s4U+FAQYCFOkwmzVGgybgARqQ4ysAXzl7YAHTuJJ6yrJwARBEyQA