Merge pull request #3766 from BrzVlad/feature-default-conc
[mono.git] / mcs / errors / cs1525-40.cs
1 // CS1525: Unexpected symbol `1', expecting `type'
2 // Line: 4
3
4 class M : 1
5 {
6 }