2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0631-2.cs
blob5b52e469d2ea018de6f7328b2cc1a1edd60b0c14
1 // CS0631: The parameter modifier `ref' is not valid in this context
2 // Line: 5
4 class X {
5 public static explicit operator X (ref X[] foo)
7 return null;