[corlib] Use temp directory for assemblies in SaveTest.Save() (#5727)
[mono.git] / mcs / errors / cs1525-44.cs
1 // CS1525: Unexpected symbol `}'
2 // Line: 10
3
4 using System;
5
6 class Foo
7 {
8         void Bar ()
9         {
10                 throw new Exception ("e",
11         }
12 }