13 lines
122 B
C#
13 lines
122 B
C#
|
// CS1525: Unexpected symbol `}'
|
||
|
// Line: 10
|
||
|
|
||
|
using System;
|
||
|
|
||
|
class Foo
|
||
|
{
|
||
|
void Bar ()
|
||
|
{
|
||
|
throw new Exception ("e",
|
||
|
}
|
||
|
}
|