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

7 lines
97 B
C++
Raw Normal View History

class TestClass {
public:
TestClass();
~TestClass();
};