Open
Description
How are you using the lua-language-server?
NeoVim
Which OS are you using?
Linux
What is the issue affecting?
Diagnostics/Syntax Checking
Expected Behaviour
if false then
print()
end
print()
is marked as unreachable
Actual Behaviour
no diagnostics
Reproduction steps
Open a file with such contents
Additional Notes
No response
Log File
No response