[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs8146.cs
blob758804c1df696dec4de874f9981326b7ba5d73bd
1 // CS8146: `X.TestProp': property and indexer which return by reference must have a get accessor
2 // Line: 6
4 public class X
6 ref string TestProp { set; }