1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 14:50:04 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/indent/cpp/class.cpp

8 lines
75 B
C++

class Foo {
int x;
class Bar {
int y;
};
Bar z;
};