diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-14 16:49:48 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-14 16:49:48 +0800 |
commit | 4ddea4e9386ab0b0ec9583e6c468b52a0d7a8958 (patch) | |
tree | b58dc78883973aeea2e4ee5d113c441454497582 /changelog.md | |
parent | 113ddccfec2264eb0c500a396bb4bb7ec6729373 (diff) | |
download | lua-language-server-4ddea4e9386ab0b0ec9583e6c468b52a0d7a8958.zip |
fix infer of infer of `---@type {}[]`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 68ccd4dd..343422e9 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,8 @@ * `NEW` `VSCode`: click the status bar icon to operate: * run workspace diagnostics * `FIX` `debug.getuservalue` and `debug.setuservalue` should not exist in `Lua 5.1` -* `FIX` infer of `class[][]` +* `FIX` infer of `---@type class[][]` +* `FIX` infer of `---@type {}[]` ## 2.2.3 `2021-7-9` |