We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29760ce commit 0357bb6Copy full SHA for 0357bb6
1 file changed
test/testother.cpp
@@ -4108,6 +4108,14 @@ class TestOther : public TestFixture {
4108
" if (*pp) {}\n"
4109
"}\n");
4110
ASSERT_EQUALS("", errout_str());
4111
+
4112
+ check("class C {\n"
4113
+ "public:\n"
4114
+ " explicit C(const std::string s);\n"
4115
+ "private:\n"
4116
+ " std::string _s;\n"
4117
+ "};\n");
4118
+ ASSERT_EQUALS("", errout_str());
4119
}
4120
4121
void constParameterCallback() {
0 commit comments