[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1585.cs
blob504eeb40b5a24ac8ca8892d5eb3b0987fd4c6e42
1 // CS1585: Member modifier `static' must precede the member type and name
2 // Line: 7
3 using System;
5 class t
6 {
7 public void static Main (string[] args)
8 {
9 Console.WriteLine("Hello");