TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs8147.cs
bloba006a4d972789176abe7e2dd2948db1bbbdab24a
1 // CS8147: `X.TestProp': property and indexer which return by reference cannot have set accessors
2 // Line: 6
4 public class X
6 ref string TestProp {
7 set {
10 get {