// cs0127.cs: Since `X.fn()' returns void, a return keyword must not be followed by an object expression // Line: 6 class X { void fn () { return 1; } }