Merge pull request #3565 from vargaz/no-free-imt-thunks
[mono.git] / mcs / errors / cs1525-33.cs
1 // CS1525: Unexpected symbol `>', expecting `[', `identifier', `in', or `out'
2 // Line: 4
3
4 public class C<>
5 {
6 }