8 lines
152 B
C#
8 lines
152 B
C#
|
// CS1525: Unexpected symbol `fe', expecting `class', `delegate', `enum', `interface', `partial', or `struct'
|
||
|
// Line: 6
|
||
|
|
||
|
namespace X
|
||
|
{
|
||
|
sealed fe {}
|
||
|
}
|