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

6 lines
104 B
C++
Raw Normal View History

class ClassWithClassConstant {
public:
static int const CLASS_CONSTANT = 0;
};