Dmitriy Vilker
Results
1
comments of
Dmitriy Vilker
Can I use `@not` for exists variable in if-scope? Something like this: ```lua ---@param s string function print(s) end ---@type string|nil local a = "Hi" if a ~= nil then...