Lint gives incorrect warning for statements inside #if in case. ``` switch (foo) { case 0: #if (true) { bar(); } } ``` Will warn on the 'bar();' line