w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0106-9.cs
blobba6621b3715da034a5c083eed179997239950a8a
1 // CS0106: The modifier `virtual' is not valid for this item
2 // Line: 7
4 class C
6 public int Foo {
7 virtual set { }