1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-18 08:51:46 +03:00
kakoune/test/regression/872-indentation-misbeahviour-c++/in

10 lines
130 B
Plaintext
Raw Normal View History

class foo {
%(p)rivate:
int a;
int b;
public:
foo() {}
void bar() {
}
};