16 lines
156 B
C#
16 lines
156 B
C#
|
// CS0101: The namespace `N' already contains a definition for `C'
|
||
|
// Line: 13
|
||
|
|
||
|
namespace N
|
||
|
{
|
||
|
public class C
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
|
||
|
namespace N
|
||
|
{
|
||
|
public class C
|
||
|
{
|
||
|
}
|
||
|
}
|