svn path=/trunk/mcs/; revision=9860
@@ -1,6 +1,10 @@
2002-12-24 Alejandro Sánchez Acosta <[email protected]>
- * cs0197.cs: Added new test
+ * cs0202.cs: Added new test.
+
+2002-12-24 Alejandro Sánchez Acosta <[email protected]>
+ * cs0197.cs: Added new test.
2002-12-23 Alejandro Sánchez Acosta <[email protected]>
@@ -0,0 +1,9 @@
+// cs0202.cs: GetEnumerator cant return a pointer, only an instance.
+// Line: 6
+public class Foo
+{
+ int P* GetEnumerator ()
+ {
+ }
+}