w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1959-2.cs
blob007414e579a8982f79afe377cf2899cc11a0821d
1 // CS1959: Type parameter `T' cannot be declared const
2 // Line: 8
4 struct S
6 public void Foo<T> () where T : struct
8 const T t = null;