10 lines
78 B
C#
Raw Normal View History

// CS1525: Unexpected symbol `}'
// Line: 8
class X {
X ()
{
label1:
}
}