10 lines
127 B
C#
Raw Permalink Normal View History

// CS1525: Unexpected symbol `;', expecting `(', `[', or `{'
// Line: 7
class X {
static void Main ()
{
X x = new X;
}
}