11 lines
132 B
C#
11 lines
132 B
C#
|
// CS0101: The namespace `global::' already contains a definition for `I<T>'
|
||
|
// Line: 8
|
||
|
|
||
|
interface I<T>
|
||
|
{
|
||
|
}
|
||
|
|
||
|
partial class I<T>
|
||
|
{
|
||
|
}
|