[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1537.cs
blob50b8f46ad8f74c32f8b9f9053211ab6673c6fe2b
1 // CS1537: The using alias `A' appeared previously in this namespace
2 // Line: 7
4 using A = System;
5 using A = System;