1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-28 17:13:00 +03:00
kakoune/test/regression/872-indentation-misbeahviour-c++/in
2016-10-16 19:27:53 +01:00

10 lines
130 B
Plaintext

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