Files
linux-packaging-mono/mcs/errors/cs1521-3.cs

7 lines
75 B
C#
Raw Normal View History

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