New test.
authorMarek Safar <marek.safar@gmail.com>
Mon, 9 Feb 2009 10:38:32 +0000 (10:38 -0000)
committerMarek Safar <marek.safar@gmail.com>
Mon, 9 Feb 2009 10:38:32 +0000 (10:38 -0000)
svn path=/trunk/mcs/; revision=126329

mcs/errors/cs0542-3.cs [new file with mode: 0644]

diff --git a/mcs/errors/cs0542-3.cs b/mcs/errors/cs0542-3.cs
new file mode 100644 (file)
index 0000000..519fe30
--- /dev/null
@@ -0,0 +1,9 @@
+// CS0542: `Same.Same': member names cannot be the same as their enclosing type
+// Line: 6
+
+public class Same
+{
+       public class Same
+       {
+       }
+}