// cs0126: an object of type `int' is expected in the return statement // Line: 7 class X { int X () { return; } }