Closed zhuoyikang closed 7 years ago
local a = {}
function a.good() end
function a:nice() end
-- detect a:nce() -- name wrong a:god() -- name wrong
is that possible?
Not yet (duplicate of #86).
local a = {}
function a.good() end
function a:nice() end
-- detect a:nce() -- name wrong a:god() -- name wrong
is that possible?