quote only work on lambda on net_4_0
[mcs.git] / errors / cs0631-3.cs
blobee62ca659e3b2c1085696e4a34806f8ca7a38a5d
1 // CS0631: The parameter modifier `ref' is not valid in this context
2 // Line: 5
4 class X {
5 public static X operator < (ref X a, int b)
7 return null;