2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0703.cs
blobc39ab16ee1af12598a61444bf1352c8f73276408
1 // CS0703: Inconsistent accessibility: constraint type `I' is less accessible than `C<T>'
2 // Line: 8
4 interface I
8 public class C<T> where T : I