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
/
class_newline.cpp
blob: 084d3026b8c235114d613a35da5079fa782cc6f8 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
class
Foo
{
int
x
;
class
Bar
{
int
y
;
};
Bar
z
;
};