The following code makes the extension think `Bar` is a global function and `Foo` doesn't exist at all ```lua module("Foo", package.seeall) function Bar() end ```
The following code makes the extension think
Baris a global function andFoodoesn't exist at all