@@ -9,7 +9,7 @@ class Operations {
break;
case 'SUB':
return int() using ($x, $y) {
return $x - $y;
};
default:
The note is not visible to the blocked user.