8 lines
62 B
C#
8 lines
62 B
C#
|
// CS1031: Type expected
|
||
|
// Line: 4
|
||
|
|
||
|
enum E : this
|
||
|
{
|
||
|
a = 1
|
||
|
}
|