2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1670-2.cs
blob96af0cfd52cd37b3d42e305292235ec90686feff
1 // CS1670: The `params' modifier is not allowed in current context
2 // Line: 6
4 class C
6 public static explicit operator X (params C[] foo)
8 return null;