[mcs] Allow properties and indexers of by-ref values to be set without setter
[mono.git] / mcs / errors / CS0122-35-lib.cs
1 class Test<A>
2 {
3         public void Foo<V> (V v, V w)
4         { }
5 }