7 lines
75 B
C#
7 lines
75 B
C#
|
// CS1521: Invalid base type `object[]'
|
||
|
// Line: 4
|
||
|
|
||
|
class C2: object[]
|
||
|
{
|
||
|
}
|