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

12 lines
78 B
C#
Raw Normal View History

// CS1521: Invalid base type `C?'
// Line: 8
struct C
{
}
class C2: C?
{
}