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

6 lines
94 B
C++
Raw Permalink Normal View History

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