7 lines
75 B
C#
Raw Normal View History

// CS1521: Invalid base type `object[]'
// Line: 4
class C2: object[]
{
}