Display error messages instead of stack traces.
[mcs.git] / errors / cs1670-2.cs
blob66ffcc54de4573f44786cfc3d2b46933c016ad6f
1 // cs1670-2.cs: The `params' modifier is not allowed in anonymous method declaration
2 // Line: 6
4 class C
6 public static explicit operator X (params C[] foo)
8 return null;