**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs1585.cs
blob2f9ae84eb1f2c053ffbcf4fe84372ad2985c858e
1 // cs1585: Modifier `static' should appear before type
2 // Line: 7
3 using System;
5 class t
6 {
7 public void static Main (string[] args)
8 {
9 Console.WriteLine("Hello");