DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0101-5.cs
12345678
// CS0101: The namespace `global::' already contains a definition for `Test' // Line: 6 class Test {} namespace Test { }