Author: marek
Date: 2005-05-09 04:30:08 -0400 (Mon, 09 May 2005)
New Revision: 44251

Added:
   trunk/mcs/errors/cs0133-3.cs
Log:
new test

Added: trunk/mcs/errors/cs0133-3.cs
===================================================================
--- trunk/mcs/errors/cs0133-3.cs        2005-05-09 08:15:47 UTC (rev 44250)
+++ trunk/mcs/errors/cs0133-3.cs        2005-05-09 08:30:08 UTC (rev 44251)
@@ -0,0 +1,10 @@
+// cs0133.cs: The expression being assigned to 'Foo' must be constant
+// Line: 12
+
+class T
+{
+    public void FooBar ()
+    {
+        const string Foo = Foo;
+    }
+}

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

Reply via email to