spacevim/bundle/nvim-treesitter-0.9.1/tests/indent/cpp/access.cpp

7 lines
54 B
C++
Raw Normal View History

2024-08-21 14:17:26 +08:00
class Foo {
public:
int x;
private:
int y;
};