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

6 lines
93 B
C++

class ClassWithProtectedMember {
protected:
int protectedMember;
};