2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1636.cs
blob853a31b059bb9eab1bd79bcf2881e99b2e5624a0
1 // CS1636: __arglist is not allowed in parameter list of iterators
2 // Line: 6
4 class C
6 public System.Collections.IEnumerator GetEnumerator (__arglist)
8 yield return 1;