nvim-treesitter/tests/indent/cpp/class.cpp

8 lines
75 B
C++
Raw Permalink Normal View History

2021-04-17 22:47:02 +02:00
class Foo {
int x;
class Bar {
int y;
};
Bar z;
};