1 2 3 4 5 6 7 8 9 10
// CS0101: The namespace `global::' already contains a definition for `I<T>' // Line: 8 interface I<T> { } partial class I<T> { }