2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0631.cs
blob367eaa3455ee251000fd534dd6fe93a78d2860e2
1 // CS0631: The modifiers `ref' and `out' are not valid in this context
2 // Line: 5
4 class X {
5 public int this [ref int arg] { set {} }