lua-language-server
lua-language-server copied to clipboard
The type is not determined after the bitwise operation
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Type Checking
Expected Behaviour
Actual Behaviour
Reproduction steps
local PACK_YZ = 1 << 20; -- okey
local PACK_X = PACK_YZ << 1; --- not okey
Additional Notes
No response
Log File
No response