12 lines
78 B
C#
12 lines
78 B
C#
|
// CS1521: Invalid base type `C?'
|
||
|
// Line: 8
|
||
|
|
||
|
struct C
|
||
|
{
|
||
|
}
|
||
|
|
||
|
class C2: C?
|
||
|
{
|
||
|
}
|
||
|
|