[interp] Don't check for exception in native wrappers (#14184)
[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;