nvim-treesitter/lua/tests/indent/cpp/access.cpp
2021-04-23 21:21:38 +02:00

6 lines
54 B
C++

class Foo {
public:
int x;
private:
int y;
};