[Mono-bugs] [Bug 28104][Nor] New - #region/#endregion matching not enforced

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 Jul 2002 08:50:42 -0000


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 lupus@ximian.com.

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

--- shadow/28104	Tue Jul 23 04:50:42 2002
+++ shadow/28104.tmp.26491	Tue Jul 23 04:50:42 2002
@@ -0,0 +1,23 @@
+Bug#: 28104
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lupus@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: #region/#endregion matching not enforced
+
+This test case should not compile, but it does:
+class T {
+#region methods
+	static void Main() {}
+}