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

6 lines
83 B
C++
Raw Normal View History

2019-04-24 13:46:26 +00:00
class ClassWithConstantMember {
public:
char const const_member[4] = "123";
2019-04-24 13:46:26 +00:00
};