Author: marek
Date: 2005-07-21 02:48:14 -0400 (Thu, 21 Jul 2005)
New Revision: 47492

Added:
   trunk/mcs/errors/cs0133-4.cs
Modified:
   trunk/mcs/errors/known-issues-gmcs
Log:
new test

Added: trunk/mcs/errors/cs0133-4.cs
===================================================================
--- trunk/mcs/errors/cs0133-4.cs        2005-07-21 06:47:13 UTC (rev 47491)
+++ trunk/mcs/errors/cs0133-4.cs        2005-07-21 06:48:14 UTC (rev 47492)
@@ -0,0 +1,7 @@
+// cs0133-4.cs: The expression being assigned to `Program.y' must be constant
+// Line: 12
+
+class Program {
+       int x;
+       const int y = x;
+}

Modified: trunk/mcs/errors/known-issues-gmcs
===================================================================
--- trunk/mcs/errors/known-issues-gmcs  2005-07-21 06:47:13 UTC (rev 47491)
+++ trunk/mcs/errors/known-issues-gmcs  2005-07-21 06:48:14 UTC (rev 47492)
@@ -17,6 +17,7 @@
 cs0118-4.cs
 cs0118-5.cs
 cs0121-3.cs NO ERROR
+cs0133-4.cs
 cs0201.cs
 cs0202.cs # new in GMCS
 cs0229-2.cs

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to