``` ts function f(a) { function b() { a++; } b(); } ``` `a` should not be marked us unused