1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-20 18:11:36 +03:00
kakoune/test/regression/872-indentation-misbeahviour-c++/out

11 lines
128 B
Plaintext
Raw Normal View History

class foo {
private:
int a;
int b;
public:
foo() {}
void bar() {
}
};