13 lines
122 B
C#
Raw Permalink Normal View History

// CS1525: Unexpected symbol `}'
// Line: 10
using System;
class Foo
{
void Bar ()
{
throw new Exception ("e",
}
}