summaryrefslogtreecommitdiff
path: root/test/diagnostics/need-check-nil.lua
blob: 246fc655ed4c6d2e53462b1ac73b867159b5edd8 (plain)
1
2
3
4
5
6
TEST [[
---@type string?
local x

local s = <!x!>:upper()
]]