@@ -1,6 +1,7 @@
#include <iostream>
#include "test.h"
short Test::creation_count = 0;
Test::Test(int a) {
this->a = a;
creation_count++;
The note is not visible to the blocked user.