Comments
2 comments
-
There is other invalid code as well:
ConsoleTraceListener <>g__initLocal0 = new ConsoleTraceListener(false) {
This also didn't happen in beta 3. -
from my experience,
string CS$0$0001; - that is a valid compiler generated string!
but when you try to do compile it as a user code -bang, then $ is forbidden, yes
the only way is to do manual replace of $ into X for example
Add comment
Please sign in to leave a comment.
The C# compiler in VS 2010 errors on this:
This did not happen in beta 3.