w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0573-3.cs
blobe3faa9b2ad824711f44985747ca6611acec3cf89
1 // CS0573: 'S': Structs cannot have instance property or field initializers
2 // Line: 8
4 using System;
6 struct S
8 event Action E = null;