2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0677-2.cs
blob2949f2a46a7bd08c488c1f07666d4983dabcbc77
1 // CS0677: `C<T>.t': A volatile field cannot be of the type `T'
2 // Line: 8
4 public class C<T>
6 volatile T t;