[Mono-bugs] [Bug 82627][Wis] Changed - [Mono-1.2.4]-gmcs-EnumTypeAndUsingStatementBug

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 29 11:04:05 EDT 2007


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 lei.min at gmx.de.

http://bugzilla.ximian.com/show_bug.cgi?id=82627

--- shadow/82627	2007-08-29 11:00:06.000000000 -0400
+++ shadow/82627.tmp.1161	2007-08-29 11:04:05.000000000 -0400
@@ -102,6 +102,11 @@
 > ((Expression)expression_or_block).Clone(clonectx);
 > // else
 > // error--->> target.expression_or_block = ((Statement)
 > expression_or_block).Clone (clonectx);
 > // } line 4670,4685 expression_or_block is either a Expression or a
 > DictionaryEntry, not a Statement.
+
+------- Additional Comments From lei.min at gmx.de  2007-08-29 11:04 -------
+Created an attachment (id=19923)
+gmcs_bad.exe can not support enum and usingstatement, gmcs_good_not_for_using.exe can not support using statement, gmcs_good_for_using.exe support both
+


More information about the mono-bugs mailing list