// cs111-7.cs : Class `T' already contains a definition with the same return value and parameter types for method `Foo' // Line : 6 class T { static T () {} static T () {} public static void Main () { } }