[mcs] Allow properties and indexers of by-ref values to be set without setter
[mono.git] / mcs / errors / CS0101-9-2.cs
1 namespace N
2 {
3         class Test<T> {}
4 }