2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1669-3.cs
blobdf45694f364a86eae6f18c8b38e49c6b0d174e5f
1 // CS1669: __arglist is not valid in this context
2 // Line: 6
4 class C
6 public static explicit operator X (__arglist)
8 return null;