2006-06-05 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs0631-2.cs
blob6aa8255cf6fd2ee486282b4d0075f158b9300f53
1 // cs0631-2.cs: ref and out are not valid in this context
2 // Line: 5
4 class X {
5 public static explicit operator X (ref X[] foo)
7 return null;