// CS0702: A constraint cannot be special class `object' // Line: 8 using System; class Foo where T : object { }