[mcs] Allow properties and indexers of by-ref values to be set without setter
[mono.git] / mcs / errors / CS0103-2-lib.cs
1 public class C
2 {
3         int i;
4 }