12 lines
78 B
C#
Raw Permalink Normal View History

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