2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0132.cs
blob0ed191add1514100a75662eae04e3de55d8222c2
1 // cs0132.cs: `X.X(int)': The static constructor must be parameterless
2 // Line: 4
3 class X {
4 static X (int x)