@@ -52,9 +52,9 @@ int main()
test1.display();
test2.display();
/* (test1 + test2).display(); */
test1 += test2;
(test2 + test1).display();
/* test2 += test1; */
/* test2.display(); */
/* test1.display(); */
The note is not visible to the blocked user.