2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0126.cs
bloba78c701ed5c628e053c058706850a75820a93e4b
1 // cs0126.cs: An object of a type convertible to `int' is required for the return statement
2 // Line: 7
4 class X {
5 int Y ()
7 return;