[corlib] Use temp directory for assemblies in SaveTest.Save() (#5727)
[mono.git] / mcs / errors / cs1525-43.cs
1 // CS1525: Unexpected symbol `)', expecting `(', `[', `out', `params', `ref', `this', or `type'
2 // Line: 6
3
4 class TestClass
5 {
6         TestClass ([attr])
7         {
8         }
9 }