w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0450.cs
blobd19bfb8d40dff54af6fd05b8317852419e6acb67
1 // CS0450: `A': cannot specify both a constraint class and the `class' or `struct' constraint
2 // Line: 8
4 class A
8 class B<T> where T : class, A