w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs7003-2.cs
blob3c45ebfcb14d39eade7924b43d70452281be7423
1 // CS7003: Unbound generic name is not valid in this context
2 // Line: 10
4 class G<T>
8 class C
10 G<> field;