[Mono-bugs] [Bug 69299][Nor] New - class Foo { #region foo bar #endregion }
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Nov 2004 20:18:04 -0500 (EST)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=69299
--- shadow/69299 2004-11-09 20:18:04.000000000 -0500
+++ shadow/69299.tmp.3050 2004-11-09 20:18:04.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 69299
+Product: Mono: Compilers
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: bmaurer@users.sf.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: class Foo { #region foo bar #endregion }
+
+Code:
+
+class Foo {
+
+#region foo bar
+
+#endregion
+
+}
+
+[benm@omega benm]$ mcs t.cs
+syntax error, got token `EOF', expecting ABSTRACT BOOL BYTE CHAR CLASS
+CONST DECIMAL DELEGATE DOUBLE ENUM EVENT EXPLICIT EXTERN FLOAT IMPLICIT INT
+INTERFACE INTERNAL LONG NEW OBJECT OVERRIDE PRIVATE PROTECTED PUBLIC
+READONLY SBYTE SEALED SHORT STATIC STRING STRUCT UINT ULONG UNSAFE USHORT
+VIRTUAL VOID VOLATILE PARTIAL CLOSE_BRACE OPEN_BRACKET TILDE IDENTIFIER