2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1520.cs
blob3a8f62d2b8da86a198e3bc99284da7e806e90e5f
1 // cs1520.cs: 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)