Checks for potentially mistaken static if / else if.
It's potentially valid to write:
static if (foo) { } else if (bar) { }
However, it's more likely that this is a mistake.
Visits a unittest.
The file name
See Implementation
Checks for potentially mistaken static if / else if.
It's potentially valid to write:
However, it's more likely that this is a mistake.