2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0702-2.cs
blob81d68f389f21b89a52a7e91ce17bd30569e4a29f
1 // CS0702: A constraint cannot be special class `object'
2 // Line: 8
4 using System;
6 class Foo<T>
7 where T : object