@@ -14,11 +14,14 @@ function MyComponent(props) {
let result = value + 1;
const test = null;
if (test) {
console.log('This will never log');
}
if (false) {
setCount(count++);
return (
The note is not visible to the blocked user.