[mcs] Allow properties and indexers of by-ref values to be set without setter
[mono.git] / mcs / errors / CS0122-10-lib.cs
1 using System;
2
3 namespace X {
4         public class Y {
5                 internal Y(String test) {
6                 }
7         }
8 }