[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0101-4.cs
blob223247ffc28fd5b8b5d4725dd2cfd17403124093
1 // CS0101: The namespace `global::' already contains a definition for `I<T>'
2 // Line: 8
4 interface I<T>
8 partial class I<T>