2004-08-27 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / errors / cs0514.cs
index 054054c5855e613c0884e02eaef89657d29074fc..86747c11ae8a6b54b861d344fb9c18515b1f1776 100644 (file)
@@ -1,7 +1,7 @@
 // cs0514: Static constructor can not have arguments
 // Line: 4
 class X {
-       static X (int a)
+       static X () : base ()
        {
        }