summaryrefslogtreecommitdiff
path: root/test/diagnostics/cast-type-mismatch.lua
blob: 9fba58f69e15816eb1a074837c4538a0a30745bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEST [[
---@type string|boolean
local t

---@cast t string
]]

TEST [[
---@type string|boolean
local t

---@cast t <!number!>
]]