2005-06-27 Geoff Norton <gnorton@customerdna.com>
[mono-project.git] / mcs / errors / cs0631.cs
blobaa66204029d52c34f002a7d9ca95f6a52dfae1e0
1 // cs0622.cs: ref and out are not valid in this context
2 // Line: 5
4 class X {
5 public int this [ref int arg] { set {} }