// cs1670-2.cs: The `params' modifier is not allowed in anonymous method declaration // Line: 6 class C { public static explicit operator X (params C[] foo) { return null; } }