Luau linting doesn't support metatable calls

local t = setmetatable({}, {
   __call = print
})
t() --> Cannot call non-function t

The expectation is that t() will not show a warning, as it will be interpreted as print.

Windows 10

1 Like

Thanks for the report! We’ve filed a ticket to our internal database and we’ll follow up when we have an update for you.

3 Likes