[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0101-9.cs
blob9ae3a3a060e4a8effe1bd575b5a4326a421c3f5f
1 // CS0101: The namespace `N' already contains a definition for `Test<T>'
2 // Line: 7
3 // Compiler options: CS0101-9-2.cs
5 namespace N
7 class Test<T> {}