2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0631.cs
blob83a8dcd0eae968db1156ed2f93174dda4c42dbe6
1 // CS0631: The parameter modifier `ref' is not valid in this context
2 // Line: 5
4 class X {
5 public int this [ref int arg] { set {} }