clang-tidy-readability-iden.../sources/ClassMethod.cpp

6 lines
96 B
C++

class ClassWithMethod {
public:
static int get_int() { return 0; };
};