mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
8 lines
75 B
C++
8 lines
75 B
C++
class Foo {
|
|
int x;
|
|
class Bar {
|
|
int y;
|
|
};
|
|
Bar z;
|
|
};
|