mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 08:51:46 +03:00
1431dcff46
Fixes #872
11 lines
128 B
Plaintext
11 lines
128 B
Plaintext
class foo {
|
|
|
|
private:
|
|
int a;
|
|
int b;
|
|
public:
|
|
foo() {}
|
|
void bar() {
|
|
}
|
|
};
|