quote only work on lambda on net_4_0
[mcs.git] / errors / cs0514.cs
blob28b365ba8daca2a1a5ad34e41b51290076bc9494
1 // cs0514.cs: `X.X()': static constructor cannot have an explicit `this' or `base' constructor call
2 // Line: 4
3 class X {
4 static X () : base ()
8 static void Main () {}