Hi,I have a flex project, in the project there is a src/modelfolder
where my actionscript classes reside.I have about 10 classes they are
very simple, all they haveis public variables, no methods or
inheritance. The problem is thecompiler only seems to take notice of one
of the classes, in allthe others I can write code that should fail
compilation but itdoes not. However one of the classes (I think it was
the first oneI wrote) is picked up by the compiler so that when there is
badcode is writte...