summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1525-33.cs
blob: 1fba74b47c1a97ed50c0fcf43c08258f252de11e (plain)
1
2
3
4
5
6
// CS1525: Unexpected symbol `>', expecting `[', `identifier', `in', or `out'
// Line: 4

public class C<>
{
}