clang-tidy-readability-iden.../test_ClassConstant.cpp

6 lines
104 B
C++
Raw Normal View History

2019-04-24 13:46:26 +00:00
class ClassWithClassConstant {
public:
static int const Class_Constant = 0;
};