Files
linux-packaging-mono/mcs/errors/cs1525-44.cs

13 lines
122 B
C#
Raw Normal View History

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