www.digitalmars.com         C & C++   DMDScript  

D - [BUG] compiler message missing file and line

my code
if ( fileName.length . projectName.length )
should be 
if ( fileName.length > projectName.length )

and the compiler issued:
"no property 'projectName' for type 'uint'"

i.e. no file or line number

Ant
Apr 09 2004