lint: stricter type checking
This commit is contained in:
parent
f60bb7f793
commit
1360be5fda
9 changed files with 25 additions and 3 deletions
|
|
@ -7,6 +7,7 @@ local Trie = {}
|
|||
|
||||
---@return oil.Trie
|
||||
Trie.new = function()
|
||||
---@type oil.Trie
|
||||
return setmetatable({
|
||||
root = { values = {}, children = {} },
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue