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