summaryrefslogtreecommitdiff
path: root/test/diagnostics/unknown-cast-variable.lua
blob: a347083f48db87982378a46bc0eb01b4969c9b49 (plain)
1
2
3
4
5
6
7
8
TEST [[
---@cast <!x!> integer
]]

TEST [[
local x, y
---@cast y number
]]