index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
cpp
/
access.cpp
blob: abdb846ceddb4ec5c1b6337b9971e44e210526e6 (
plain
) (
blame
)
1
2
3
4
5
6
class
Foo
{
public
:
int
x
;
private
:
int
y
;
};