cleol
[mcs.git] / errors / cs0106-3.cs
blob07d0e33b4c00cbbd3d3c00fb3d8e1bef3dcfa469
1 // CS0106: The modifier `static' is not valid for this item
2 // Line: 6
4 class Data
6 public static delegate int Count ();