summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0106-3.cs
blob: 07d0e33b4c00cbbd3d3c00fb3d8e1bef3dcfa469 (plain)
1
2
3
4
5
6
7
// CS0106: The modifier `static' is not valid for this item
// Line: 6

class Data
{
	public static delegate int Count ();
}