Merge pull request #1525 from akoeplinger/fix-dynamicdata-test
[mono-project.git] / mcs / errors / cs0677-3.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;