“Don’t use it and you’ll be fine”

When you add a class to a Flex project, with one or more syntax errors in it, Flex will not notice untill the class is actually instanciated in a file that is, directly or indirectly, used by the main MXML file. Even if the ‘bad’ class is imported into another class related to the main [...]