(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0111-7.cs
blob3dddcd8ef854be1eadfd46aaaa846ea05585e395
1 // cs111-7.cs : Class `T' already contains a definition with the same return value and parameter types for method `Foo'
2 // Line : 6
4 class T {
5 static T () {}
6 static T () {}
8 public static void Main ()