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