types: update type annotations for LuaLS 3.7

This commit is contained in:
Steven Arcangeli 2023-08-24 09:15:06 -07:00
parent b61bc9b701
commit e45aeebc2b
9 changed files with 34 additions and 16 deletions

View file

@ -1,6 +1,7 @@
local util = require("oil.util")
---@class oil.Trie
---@class (exact) oil.Trie
---@field new fun(): oil.Trie
---@field private root table
local Trie = {}