string|table vs string[] causes erroneous problem highlighting
Mailaender opened this issue · 1 comments
Mailaender commented
Cannot assign
string|table
to parameterstring[]
Lua Diagnostics (param-type-mismatch)
However table is actually https://emmylua.github.io/annotations/dict.html vs. https://emmylua.github.io/annotations/array.html