w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0677-2.cs
blob9288296890eb2a91a4ff5f4e00b02d2fe1b9e065
1 // CS0677: `X.d': A volatile field cannot be of the type `double'
2 // Line: 6
4 class X
6 public volatile double d;