Merge pull request #268 from pcc/menudeactivate
[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 }