Author: marek
Date: 2007-06-14 16:52:12 -0400 (Thu, 14 Jun 2007)
New Revision: 79631
Added:
trunk/mcs/errors/cs1730.cs
Log:
New test.
Added: trunk/mcs/errors/cs1730.cs
===================================================================
--- trunk/mcs/errors/cs1730.cs 2007-06-14 20:51:51 UTC (rev 79630)
+++ trunk/mcs/errors/cs1730.cs 2007-06-14 20:52:12 UTC (rev 79631)
@@ -0,0 +1,10 @@
+// CS1730: Assembly and module attributes must precede all other elements
except using clauses and extern alias declarations
+// Line: 10
+
+using System.Reflection;
+
+class Test
+{
+}
+
+[assembly: AssemblyTitle("Test")]
Property changes on: trunk/mcs/errors/cs1730.cs
___________________________________________________________________
Name: svn:eol-style
+ native
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches