[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[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;