2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / 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;