w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs8147-2.cs
bloba4375d2d1a55f30fdd141adeb8ee9e63816e8a92
1 // CS8147: `X.this[int]': property and indexer which return by reference cannot have set accessors
2 // Line: 6
4 public class X
6 ref string this [int arg] {
7 set {
10 get {