TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs1520.cs
blob54f07776dbd3c713e51cd57ad023038363ae21f3
1 // CS1520: Class, struct, or interface method must have a return type
2 // Line: 8
4 class test {
6 // To fix add a return type
8 public static Main (string[] args)