summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0081.cs
blob: 3196a58be6db88f8737259ab297730e85329fdc0 (plain)
1
2
3
4
5
6
// CS0081: Type parameter declaration must be an identifier not a type
// Line: 4

class D<string>
{
}