// CS0101: The namespace `global::' already contains a definition for `I<T>'
// Line: 8

interface I<T>
{
}

partial class I<T>
{
}