renamed
authorMarek Safar <marek.safar@gmail.com>
Fri, 19 Nov 2004 15:32:03 +0000 (15:32 -0000)
committerMarek Safar <marek.safar@gmail.com>
Fri, 19 Nov 2004 15:32:03 +0000 (15:32 -0000)
svn path=/trunk/mcs/; revision=36323

1  2 
mcs/errors/cs0202.cs
mcs/errors/cs0208-3.cs

diff --cc mcs/errors/cs0202.cs
index b2950db3c23c0e7626531cb2ed8ceb5348e85c50,b2950db3c23c0e7626531cb2ed8ceb5348e85c50..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,22 -1,22 +1,0 @@@
--// cs0202.cs: The call to GetEnumerator must return a class or a struct, not 'Foo.P*'
--// Line: 18
--// Compiler options: -unsafe
--
--public unsafe class Foo
--{
--        public class P
--        {
--            public P* GetEnumerator ()
--            {
--                return null;
--            }
--        }
--       
--        public static void Main ()
--        {
--            P o = new P ();
--            foreach (P p in o)
--            {
--            }
--        }
--}
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..b2950db3c23c0e7626531cb2ed8ceb5348e85c50
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,22 @@@
++// cs0202.cs: The call to GetEnumerator must return a class or a struct, not 'Foo.P*'
++// Line: 18
++// Compiler options: -unsafe
++
++public unsafe class Foo
++{
++        public class P
++        {
++            public P* GetEnumerator ()
++            {
++                return null;
++            }
++        }
++       
++        public static void Main ()
++        {
++            P o = new P ();
++            foreach (P p in o)
++            {
++            }
++        }
++}