TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs0126.cs
blobc8c174003b5a8ef29fdd0c8ea92ae56c5f77f948
1 // CS0126: 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;