// cs0132.cs: A static parameter must not have any parameters // Line: 4 class X { static X (int x) { } }