We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testlib.lua
--- Testlib local testlib = {} return testlib
reproduce.lua
local has_function = { f = function () end } local no_function = { f = true } -- Doesn't work do local t = has_function[#has_function] -- type "t." here end -- Works do local t = no_function[#no_function] -- type "t." here end
Version: 1.21.2 (Windows)
Originally posted by @Cassolette in #551 (comment)
The text was updated successfully, but these errors were encountered:
b4276c5
No branches or pull requests
testlib.lua
reproduce.lua
Version: 1.21.2 (Windows)
Originally posted by @Cassolette in #551 (comment)
The text was updated successfully, but these errors were encountered: