fe777c5c82
Former-commit-id: 6a76a29bd07d86e57c6c8da45c65ed5447d38a61
6 lines
132 B
C#
6 lines
132 B
C#
// CS8039: Primary constructor of type `Test' has parameter of same name as containing type
|
|
// Line: 4
|
|
|
|
class Test(object Test)
|
|
{
|
|
} |