[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs0105-3.cs
blobc320732972060f11ae9da9685b346cb6dd497ad8
1 // CS0105: The using directive for `N.M' appeared previously in this namespace
2 // Line: 8
3 // Compiler options: -warnaserror -warn:3
5 namespace N
7 using M;
8 using N.M;
10 namespace M