[Mono-bugs] [Bug 75086][Nor] Changed - No error when placing access
modifier on get or set part of property
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 30 03:04:52 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jo at lumumba.luc.ac.be.
http://bugzilla.ximian.com/show_bug.cgi?id=75086
--- shadow/75086 2005-05-29 13:35:59.000000000 -0400
+++ shadow/75086.tmp.3512 2005-05-30 03:04:51.000000000 -0400
@@ -44,6 +44,15 @@
To restrict the compiler to using C# 1.1, use the -langversion:ISO-1
mcs option, e.g.:
mcs -langversion:ISO-1 myfile.cs
+
+------- Additional Comments From jo at lumumba.luc.ac.be 2005-05-30 03:04 -------
+Oh sorry, I did not know that. Now I get:
+
+A.cs(13) error CS1644: Feature 'accessor modifiers' cannot be used because it is not part
+of the standardized ISO C# language specification
+Compilation failed: 1 error(s), 0 warnings
+
+Is it ok not to use CS1609 for this?
More information about the mono-bugs
mailing list