You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nvim --version
NVIM v0.6.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by [email protected]
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
Run :checkhealth for more info
Language client (and version):
vim version: NVIM v0.6.1
node version: v18.17.0
coc.nvim version: 0.0.82-3dc6153a 2023-07-21 00:22:17 -0500
coc.nvim directory: /home/zeebrow/.local/share/nvim/plugged/coc.nvim
term: xterm-256color
platform: linux
The text was updated successfully, but these errors were encountered:
Observed behavior
ccls is telling me that a variable declaration is not allowed underneath a
case
statement.However, it is okay if the variable declaration comes after something like an
if
:Expected behavior
There isn no error reported
Steps to reproduce
System information
git describe --tags --long
):OS:
22.04.3 LTS (Jammy Jellyfish)
Editor:
The text was updated successfully, but these errors were encountered: