clang-tidy-readability-iden.../test_ConstantMember.cpp
2019-04-24 16:46:26 +03:00

6 lines
82 B
C++

class ClassWithConstantMember {
public:
char const ConstMember[4] = "123";
};