summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1001-5.cs
blob: 4e7051208e7c5d6677873ae538941c7c5098bab4 (plain)
1
2
3
4
5
6
7
// CS1001: Unexpected symbol `}', expecting identifier
// Line: 6

public class Foo
{
    public event System.Collections.Generic.IList<int>
}