w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1537-2.cs
blob441c4f852d0d75d521f84bd125062d65254015a7
1 // CS1537: The using alias `A' appeared previously in this namespace
2 // Line: 6
3 // Compiler options: -r:CSExternAlias-lib.dll
5 extern alias A;
6 using A = System;