Merge pull request #1345 from mattleibow/websocket-continuation-frame-fix
[mono.git] / mcs / errors / cs0105-4.cs
1 // CS0105: The using directive for `System.Console' appeared previously in this namespace
2 // Line: 6
3 // Compiler options: -warnaserror -warn:3
4
5 using static System.Console;
6 using static System.Console;