ccls/tests/method_definition.cc
Jacob Dufault 0dc27bd3ac Update
2017-02-17 01:57:44 -08:00

13 lines
89 B
C++

class Foo {
void foo();
};
void Foo::foo() {}
/*
OUTPUT:
Types:
Funcs:
foo
Vars:
*/