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

6 lines
95 B
C++
Raw Normal View History

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