[xbuild] More tweaks for portable debug mode
[mono-project.git] / mcs / errors / cs0105-4.cs
blob64a5dfaf60539cf0f009d1faa1806c53c84ee326
1 // CS0105: The using directive for `System.Console' appeared previously in this namespace
2 // Line: 6
3 // Compiler options: -warnaserror -warn:3
5 using static System.Console;
6 using static System.Console;