M
Mike Fechner
Guest
Still don't understand, why it is a bug in your eyes - just because you disagree with the coding style??? "no idea how they treat annotations but for the parser is probably just yet another ‘statement’," Annotations are certainly different from statements and the compiler treats them different from comments - as they can be used outside of methods and properties in a class - even outside the class block. That is not a bug - that is a feature. Any yes - the fact that they cannot be used inside a "regular" statement makes them different from comments as well - also the fact that they have their own syntax rules between the opening @ and the closing period..
Continue reading...
Continue reading...