Revert "doh, miscopied file names."
[mono-project.git] / mcs / errors / cs0677-4.cs
blob190ab8093ea283d5f10ed36408397fb22f0ca4b4
1 // CS0677: `C<T>.t': A volatile field cannot be of the type `T'
2 // Line: 8
4 public class C<T> where T : struct
6 volatile T t;