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

6 lines
68 B
C++

class ClassWithPrivateMember {
private:
int m_privateMember;
};