clang-tidy-readability-iden.../test_ClassMethod.cpp

6 lines
96 B
C++
Raw Normal View History

2019-04-24 13:46:26 +00:00
class ClassWithMethod {
public:
static int get_int() { return 0; };
};