resync
[mcs.git] / errors / cs0631.cs
blobe0f8bd9d35b5bdafef1dc97d3cea7b1a2201d727
1 // cs0631.cs: ref and out are not valid in this context
2 // Line: 5
4 class X {
5 public int this [ref int arg] { set {} }